#A45602

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

Shades of Golden Brown #A45602

Tints of Golden Brown #A45602

Color information

#A45602 (or 0xA45602) is unknown color: approx Golden Brown. HEX triplet: A4, 56 and 02. RGB value is (164,86,2). Sum of RGB (Red+Green+Blue) = 164+86+2=252 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.08% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 164 - color contains mainly: red. Hex color #A45602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45602 is #5BA9FD. Grayscale: #646464. Windows color (decimal): -6007294 or 153252. OLE color: 153252.

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

Color convert

RGB164862-
CMYK00.480.990.36
HSL31.11º97.59%32.55%-
HSV(B)31.11º98.78%64.31%-
XYZ18.6514.551.88-
YUV99.7572.84173.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 65.08%
GREEN value IS 86 (33.98% from 255) = 34.13%
BLUE value IS 2 (1.17% from 255) = 0.79%
R=65.08%
G=34.13%
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.36
SystemRedGreenBlueCMYKHSL
Decimal16486200.480.990.3631.1197.5932.55
HexA456203063241f6221
Octal2441262060143443714241
Binary1010010010101101001100001100011100100111111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45602; }

 p { color: rgb(164,86,2); }

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

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

 a { background-color: rgb(164,86,2); }

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

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

 span { border-color: rgb(164,86,2); }

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