#A55502

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

Shades of Golden Brown #A55502

Tints of Golden Brown #A55502

Color information

#A55502 (or 0xA55502) is unknown color: approx Golden Brown. HEX triplet: A5, 55 and 02. RGB value is (165,85,2). Sum of RGB (Red+Green+Blue) = 165+85+2=252 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.48% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 165 - color contains mainly: red. Hex color #A55502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55502 is #5AAAFD. Grayscale: #636363. Windows color (decimal): -5942014 or 152997. OLE color: 152997.

HSL color Cylindrical-coordinate representation of color #A55502: hue angle of 30.55º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A55502 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB165852-
CMYK00.480.990.35
HSL30.55º97.6%32.75%-
HSV(B)30.55º98.79%64.71%-
XYZ18.7814.51.87-
YUV99.4673174.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 65.48%
GREEN value IS 85 (33.59% from 255) = 33.73%
BLUE value IS 2 (1.17% from 255) = 0.79%
R=65.48%
G=33.73%
B=0.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16585200.480.990.3530.5597.632.75
HexA555203063231f6221
Octal2451252060143433714241
Binary1010010110101011001100001100011100011111111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55502; }

 p { color: rgb(165,85,2); }

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

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

 a { background-color: rgb(165,85,2); }

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

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

 span { border-color: rgb(165,85,2); }

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