#A16701

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

Shades of Golden Brown #A16701

Tints of Golden Brown #A16701

Color information

#A16701 (or 0xA16701) is unknown color: approx Golden Brown. HEX triplet: A1, 67 and 01. RGB value is (161,103,1). Sum of RGB (Red+Green+Blue) = 161+103+1=265 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.75% from 265); Green value is 103 (40.62% from 255 or 38.87% from 265); Blue value is 1 (0.78% from 255 or 0.38% from 265); Max value from RGB is 161 - color contains mainly: red. Hex color #A16701 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16701 is #5E98FE. Grayscale: #6D6D6D. Windows color (decimal): -6199551 or 92065. OLE color: 92065.

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

Color convert

RGB1611031-
CMYK00.360.990.37
HSL38.25º98.77%31.76%-
HSV(B)38.25º99.38%63.14%-
XYZ19.5517.282.33-
YUV108.7167.22165.29-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 60.75%
GREEN value IS 103 (40.62% from 255) = 38.87%
BLUE value IS 1 (0.78% from 255) = 0.38%
R=60.75%
G=38.87%
B=0.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.99
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161103100.360.990.3738.2598.7731.76
HexA16710246325266320
Octal2411471044143454614340
Binary1010000111001111010010011000111001011001101100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16701; }

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

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

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

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

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

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

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

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