#A55C06

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

Shades of Golden Brown #A55C06

Tints of Golden Brown #A55C06

Color information

#A55C06 (or 0xA55C06) is unknown color: approx Golden Brown. HEX triplet: A5, 5C and 06. RGB value is (165,92,6). Sum of RGB (Red+Green+Blue) = 165+92+6=263 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.74% from 263); Green value is 92 (36.33% from 255 or 34.98% from 263); Blue value is 6 (2.73% from 255 or 2.28% from 263); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55C06 is #5AA3F9. Grayscale: #686868. Windows color (decimal): -5940218 or 416933. OLE color: 416933.

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

Color convert

RGB165926-
CMYK00.440.960.35
HSL32.45º92.98%33.53%-
HSV(B)32.45º96.36%64.71%-
XYZ19.3815.672.18-
YUV104.0272.68171.49-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 62.74%
GREEN value IS 92 (36.33% from 255) = 34.98%
BLUE value IS 6 (2.73% from 255) = 2.28%
R=62.74%
G=34.98%
B=2.28%

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
Decimal16592600.440.960.3532.4592.9833.53
HexA55C602C6023205d22
Octal2451346054140434013542
Binary101001011011100110010110011000001000111000001011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55C06; }

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

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

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

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

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

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

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

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