#A16507

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

Shades of Golden Brown #A16507

Tints of Golden Brown #A16507

Color information

#A16507 (or 0xA16507) is unknown color: approx Golden Brown. HEX triplet: A1, 65 and 07. RGB value is (161,101,7). Sum of RGB (Red+Green+Blue) = 161+101+7=269 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.85% from 269); Green value is 101 (39.84% from 255 or 37.55% from 269); Blue value is 7 (3.12% from 255 or 2.60% from 269); Max value from RGB is 161 - color contains mainly: red. Hex color #A16507 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16507 is #5E9AF8. Grayscale: #6C6C6C. Windows color (decimal): -6200057 or 484769. OLE color: 484769.

HSL color Cylindrical-coordinate representation of color #A16507: hue angle of 36.62º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A16507 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB1611017-
CMYK00.370.960.37
HSL36.62º91.67%32.94%-
HSV(B)36.62º95.65%63.14%-
XYZ19.3916.92.44-
YUV108.2270.88165.64-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 59.85%
GREEN value IS 101 (39.84% from 255) = 37.55%
BLUE value IS 7 (3.12% from 255) = 2.60%
R=59.85%
G=37.55%
B=2.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.96
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161101700.370.960.3736.6291.6732.94
HexA16570256025255c21
Octal2411457045140454513441
Binary101000011100101111010010111000001001011001011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16507; }

 p { color: rgb(161,101,7); }

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

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

 a { background-color: rgb(161,101,7); }

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

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

 span { border-color: rgb(161,101,7); }

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