#A16E1E

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

Shades of Golden Brown #A16E1E

Tints of Golden Brown #A16E1E

Color information

#A16E1E (or 0xA16E1E) is unknown color: approx Golden Brown. HEX triplet: A1, 6E and 1E. RGB value is (161,110,30). Sum of RGB (Red+Green+Blue) = 161+110+30=301 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.49% from 301); Green value is 110 (43.36% from 255 or 36.54% from 301); Blue value is 30 (12.11% from 255 or 9.97% from 301); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16E1E is #5E91E1. Grayscale: #747474. Windows color (decimal): -6197730 or 1994401. OLE color: 1994401.

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

Color convert

RGB16111030-
CMYK00.320.810.37
HSL36.64º68.59%37.45%-
HSV(B)36.64º81.37%63.14%-
XYZ20.5118.823.78-
YUV116.1379.4160-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.49%
GREEN value IS 110 (43.36% from 255) = 36.54%
BLUE value IS 30 (12.11% from 255) = 9.97%
R=53.49%
G=36.54%
B=9.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.81
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611103000.320.810.3736.6468.5937.45
HexA16E1E0205125254525
Octal24115636040121454510545
Binary10100001110111011110010000010100011001011001011000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16E1E; }

 p { color: rgb(161,110,30); }

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

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

 a { background-color: rgb(161,110,30); }

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

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

 span { border-color: rgb(161,110,30); }

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