#a5661a

Color #A5661A Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #A5661A

Tints of Golden Brown #A5661A

Color information

#A5661A (or 0xA5661A) is unknown color: approx Golden Brown. HEX triplet: A5, 66 and 1A. RGB value is (165,102,26). Sum of RGB (Red+Green+Blue) = 165+102+26=293 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.31% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 26 (10.55% from 255 or 8.87% from 293); Max value from RGB is 165 - color contains mainly: red. Hex color #A5661A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5661A is #5A99E5. Grayscale: #707070. Windows color (decimal): -5937638 or 1730213. OLE color: 1730213.

HSL color Cylindrical-coordinate representation of color #A5661A: hue angle of 32.81º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A5661A is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB16510226-
CMYK00.380.840.35
HSL32.81º72.77%37.45%-
HSV(B)32.81º84.24%64.71%-
XYZ20.4517.583.29-
YUV112.1779.37165.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 56.31%
GREEN value IS 102 (40.23% from 255) = 34.81%
BLUE value IS 26 (10.55% from 255) = 8.87%
R=56.31%
G=34.81%
B=8.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651022600.380.840.3532.8172.7737.45
HexA5661A0265423214925
Octal24514632046124434111145
Binary10100101110011011010010011010101001000111000011001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5661a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5661a; }

 p { color: rgb(165,102,26); }

 H1.HeaderClassName
 {
   color: #a5661a;
 }
 .AnyTagClassName
 {
   color: #a5661a;
 }
</style>
background-color css

<style>
 a { background-color: #a5661a; }

 a { background-color: rgb(165,102,26); }

 div.DivClassName
 {
   background-color: #a5661a;
 }
 .BgClassName
 {
   background-color: #a5661a;
 }
</style>
border-color css

<style>
 span { border-color: #a5661a; }

 span { border-color: rgb(165,102,26); }

 td.TdClassName
 {
   border-color: #a5661a;
 }
 .TagClassName
 {
   border-color: #a5661a;
 }
</style>