#A55D08

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

Shades of Golden Brown #A55D08

Tints of Golden Brown #A55D08

Color information

#A55D08 (or 0xA55D08) is unknown color: approx Golden Brown. HEX triplet: A5, 5D and 08. RGB value is (165,93,8). Sum of RGB (Red+Green+Blue) = 165+93+8=266 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.03% from 266); Green value is 93 (36.72% from 255 or 34.96% from 266); Blue value is 8 (3.52% from 255 or 3.01% from 266); Max value from RGB is 165 - color contains mainly: red. Hex color #A55D08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55D08 is #5AA2F7. Grayscale: #696969. Windows color (decimal): -5939960 or 548261. OLE color: 548261.

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

Color convert

RGB165938-
CMYK00.440.950.35
HSL32.48º90.75%33.92%-
HSV(B)32.48º95.15%64.71%-
XYZ19.4815.852.26-
YUV104.8473.35170.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 62.03%
GREEN value IS 93 (36.72% from 255) = 34.96%
BLUE value IS 8 (3.52% from 255) = 3.01%
R=62.03%
G=34.96%
B=3.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.95
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16593800.440.950.3532.4890.7533.92
HexA55D802C5F23205b22
Octal24513510054137434013342
Binary1010010110111011000010110010111111000111000001011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55D08; }

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

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

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

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

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

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

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

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