#A16002

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

Shades of Golden Brown #A16002

Tints of Golden Brown #A16002

Color information

#A16002 (or 0xA16002) is unknown color: approx Golden Brown. HEX triplet: A1, 60 and 02. RGB value is (161,96,2). Sum of RGB (Red+Green+Blue) = 161+96+2=259 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.16% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 161 - color contains mainly: red. Hex color #A16002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16002 is #5E9FFD. Grayscale: #696969. Windows color (decimal): -6201342 or 155809. OLE color: 155809.

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

Color convert

RGB161962-
CMYK00.400.990.37
HSL35.47º97.55%31.96%-
HSV(B)35.47º98.76%63.14%-
XYZ18.8915.952.14-
YUV104.7270.03168.14-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 62.16%
GREEN value IS 96 (37.89% from 255) = 37.07%
BLUE value IS 2 (1.17% from 255) = 0.77%
R=62.16%
G=37.07%
B=0.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.99
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16196200.400.990.3735.4797.5531.96
HexA16020286325236220
Octal2411402050143454314240
Binary10100001110000010010100011000111001011000111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16002; }

 p { color: rgb(161,96,2); }

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

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

 a { background-color: rgb(161,96,2); }

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

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

 span { border-color: rgb(161,96,2); }

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