#A55402

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

Shades of Golden Brown #A55402

Tints of Golden Brown #A55402

Color information

#A55402 (or 0xA55402) is unknown color: approx Golden Brown. HEX triplet: A5, 54 and 02. RGB value is (165,84,2). Sum of RGB (Red+Green+Blue) = 165+84+2=251 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.74% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 165 - color contains mainly: red. Hex color #A55402 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55402 is #5AABFD. Grayscale: #636363. Windows color (decimal): -5942270 or 152741. OLE color: 152741.

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

Color convert

RGB165842-
CMYK00.490.990.35
HSL30.18º97.6%32.75%-
HSV(B)30.18º98.79%64.71%-
XYZ18.714.341.84-
YUV98.8773.34175.17-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 65.74%
GREEN value IS 84 (33.20% from 255) = 33.47%
BLUE value IS 2 (1.17% from 255) = 0.80%
R=65.74%
G=33.47%
B=0.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16584200.490.990.3530.1897.632.75
HexA554203163231e6221
Octal2451242061143433614241
Binary1010010110101001001100011100011100011111101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55402; }

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

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

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

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

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

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

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

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