#A1640E

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

Shades of Golden Brown #A1640E

Tints of Golden Brown #A1640E

Color information

#A1640E (or 0xA1640E) is unknown color: approx Golden Brown. HEX triplet: A1, 64 and 0E. RGB value is (161,100,14). Sum of RGB (Red+Green+Blue) = 161+100+14=275 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.55% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 14 (5.86% from 255 or 5.09% from 275); Max value from RGB is 161 - color contains mainly: red. Hex color #A1640E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A1640E is #5E9BF1. Grayscale: #6C6C6C. Windows color (decimal): -6200306 or 943265. OLE color: 943265.

HSL color Cylindrical-coordinate representation of color #A1640E: hue angle of 35.1º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1640E is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB16110014-
CMYK00.380.910.37
HSL35.1º84%34.31%-
HSV(B)35.1º91.3%63.14%-
XYZ19.3316.722.62-
YUV108.4474.71165.49-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 58.55%
GREEN value IS 100 (39.45% from 255) = 36.36%
BLUE value IS 14 (5.86% from 255) = 5.09%
R=58.55%
G=36.36%
B=5.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611001400.380.910.3735.18434.31
HexA164E0265B25235422
Octal24114416046133454312442
Binary1010000111001001110010011010110111001011000111010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1640E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1640E; }

 p { color: rgb(161,100,14); }

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

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

 a { background-color: rgb(161,100,14); }

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

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

 span { border-color: rgb(161,100,14); }

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