#A5520C

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

Shades of Golden Brown #A5520C

Tints of Golden Brown #A5520C

Color information

#A5520C (or 0xA5520C) is unknown color: approx Golden Brown. HEX triplet: A5, 52 and 0C. RGB value is (165,82,12). Sum of RGB (Red+Green+Blue) = 165+82+12=259 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.71% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 12 (5.08% from 255 or 4.63% from 259); Max value from RGB is 165 - color contains mainly: red. Hex color #A5520C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A5520C is #5AADF3. Grayscale: #636363. Windows color (decimal): -5942772 or 807589. OLE color: 807589.

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

Color convert

RGB1658212-
CMYK00.500.930.35
HSL27.45º86.44%34.71%-
HSV(B)27.45º92.73%64.71%-
XYZ18.614.062.08-
YUV98.8479175.19-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 63.71%
GREEN value IS 82 (32.42% from 255) = 31.66%
BLUE value IS 12 (5.08% from 255) = 4.63%
R=63.71%
G=31.66%
B=4.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165821200.500.930.3527.4586.4434.71
HexA552C0325D231b5623
Octal24512214062135433312643
Binary101001011010010110001100101011101100011110111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5520C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5520C; }

 p { color: rgb(165,82,12); }

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

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

 a { background-color: rgb(165,82,12); }

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

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

 span { border-color: rgb(165,82,12); }

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