#A05602

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

Shades of Golden Brown #A05602

Tints of Golden Brown #A05602

Color information

#A05602 (or 0xA05602) is unknown color: approx Golden Brown. HEX triplet: A0, 56 and 02. RGB value is (160,86,2). Sum of RGB (Red+Green+Blue) = 160+86+2=248 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.52% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 160 - color contains mainly: red. Hex color #A05602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05602 is #5FA9FD. Grayscale: #626262. Windows color (decimal): -6269438 or 153248. OLE color: 153248.

HSL color Cylindrical-coordinate representation of color #A05602: hue angle of 31.9º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A05602 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB160862-
CMYK00.460.990.37
HSL31.9º97.53%31.76%-
HSV(B)31.9º98.75%62.75%-
XYZ17.8414.131.85-
YUV98.5573.52171.83-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 64.52%
GREEN value IS 86 (33.98% from 255) = 34.68%
BLUE value IS 2 (1.17% from 255) = 0.81%
R=64.52%
G=34.68%
B=0.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.99
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16086200.460.990.3731.997.5331.76
HexA056202E6325206220
Octal2401262056143454014240
Binary10100000101011010010111011000111001011000001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05602; }

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

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

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

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

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

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

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

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