#A5520B

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

Shades of Golden Brown #A5520B

Tints of Golden Brown #A5520B

Color information

#A5520B (or 0xA5520B) is unknown color: approx Golden Brown. HEX triplet: A5, 52 and 0B. RGB value is (165,82,11). Sum of RGB (Red+Green+Blue) = 165+82+11=258 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.95% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 11 (4.69% from 255 or 4.26% from 258); Max value from RGB is 165 - color contains mainly: red. Hex color #A5520B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A5520B is #5AADF4. Grayscale: #636363. Windows color (decimal): -5942773 or 742053. OLE color: 742053.

HSL color Cylindrical-coordinate representation of color #A5520B: hue angle of 27.66º degrees, saturation: 0.88, 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 #A5520B is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB1658211-
CMYK00.500.930.35
HSL27.66º87.5%34.51%-
HSV(B)27.66º93.33%64.71%-
XYZ18.5914.062.05-
YUV98.7278.5175.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 63.95%
GREEN value IS 82 (32.42% from 255) = 31.78%
BLUE value IS 11 (4.69% from 255) = 4.26%
R=63.95%
G=31.78%
B=4.26%

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
Decimal165821100.500.930.3527.6687.534.51
HexA552B0325D231c5823
Octal24512213062135433413043
Binary101001011010010101101100101011101100011111001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5520B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5520B; }

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

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

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

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

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

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

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

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