#A55D06

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

Shades of Golden Brown #A55D06

Tints of Golden Brown #A55D06

Color information

#A55D06 (or 0xA55D06) is unknown color: approx Golden Brown. HEX triplet: A5, 5D and 06. RGB value is (165,93,6). Sum of RGB (Red+Green+Blue) = 165+93+6=264 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.5% from 264); Green value is 93 (36.72% from 255 or 35.23% from 264); Blue value is 6 (2.73% from 255 or 2.27% from 264); Max value from RGB is 165 - color contains mainly: red. Hex color #A55D06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55D06 is #5AA2F9. Grayscale: #696969. Windows color (decimal): -5939962 or 417189. OLE color: 417189.

HSL color Cylindrical-coordinate representation of color #A55D06: hue angle of 32.83º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A55D06 is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB165936-
CMYK00.440.960.35
HSL32.83º92.98%33.53%-
HSV(B)32.83º96.36%64.71%-
XYZ19.4615.842.2-
YUV104.6172.35171.07-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 62.5%
GREEN value IS 93 (36.72% from 255) = 35.23%
BLUE value IS 6 (2.73% from 255) = 2.27%
R=62.5%
G=35.23%
B=2.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16593600.440.960.3532.8392.9833.53
HexA55D602C6023215d22
Octal2451356054140434113542
Binary101001011011101110010110011000001000111000011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55D06; }

 p { color: rgb(165,93,6); }

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

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

 a { background-color: rgb(165,93,6); }

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

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

 span { border-color: rgb(165,93,6); }

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