#A55F06

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

Shades of Golden Brown #A55F06

Tints of Golden Brown #A55F06

Color information

#A55F06 (or 0xA55F06) is unknown color: approx Golden Brown. HEX triplet: A5, 5F and 06. RGB value is (165,95,6). Sum of RGB (Red+Green+Blue) = 165+95+6=266 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.03% from 266); Green value is 95 (37.5% from 255 or 35.71% from 266); Blue value is 6 (2.73% from 255 or 2.26% from 266); Max value from RGB is 165 - color contains mainly: red. Hex color #A55F06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55F06 is #5AA0F9. Grayscale: #6A6A6A. Windows color (decimal): -5939450 or 417701. OLE color: 417701.

HSL color Cylindrical-coordinate representation of color #A55F06: hue angle of 33.58º 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 #A55F06 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB165956-
CMYK00.420.960.35
HSL33.58º92.98%33.53%-
HSV(B)33.58º96.36%64.71%-
XYZ19.6416.22.26-
YUV105.7871.69170.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 62.03%
GREEN value IS 95 (37.5% from 255) = 35.71%
BLUE value IS 6 (2.73% from 255) = 2.26%
R=62.03%
G=35.71%
B=2.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16595600.420.960.3533.5892.9833.53
HexA55F602A6023225d22
Octal2451376052140434213542
Binary101001011011111110010101011000001000111000101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55F06; }

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

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

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

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

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

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

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

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