#A16201

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

Shades of Golden Brown #A16201

Tints of Golden Brown #A16201

Color information

#A16201 (or 0xA16201) is unknown color: approx Golden Brown. HEX triplet: A1, 62 and 01. RGB value is (161,98,1). Sum of RGB (Red+Green+Blue) = 161+98+1=260 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.92% from 260); Green value is 98 (38.67% from 255 or 37.69% from 260); Blue value is 1 (0.78% from 255 or 0.38% from 260); Max value from RGB is 161 - color contains mainly: red. Hex color #A16201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16201 is #5E9DFE. Grayscale: #6A6A6A. Windows color (decimal): -6200831 or 90785. OLE color: 90785.

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

Color convert

RGB161981-
CMYK00.390.990.37
HSL36.38º98.77%31.76%-
HSV(B)36.38º99.38%63.14%-
XYZ19.0716.312.17-
YUV105.7868.87167.39-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 61.92%
GREEN value IS 98 (38.67% from 255) = 37.69%
BLUE value IS 1 (0.78% from 255) = 0.38%
R=61.92%
G=37.69%
B=0.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.99
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16198100.390.990.3736.3898.7731.76
HexA16210276325246320
Octal2411421047143454414340
Binary1010000111000101010011111000111001011001001100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16201; }

 p { color: rgb(161,98,1); }

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

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

 a { background-color: rgb(161,98,1); }

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

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

 span { border-color: rgb(161,98,1); }

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