#A1620E

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

Shades of Golden Brown #A1620E

Tints of Golden Brown #A1620E

Color information

#A1620E (or 0xA1620E) is unknown color: approx Golden Brown. HEX triplet: A1, 62 and 0E. RGB value is (161,98,14). Sum of RGB (Red+Green+Blue) = 161+98+14=273 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.97% from 273); Green value is 98 (38.67% from 255 or 35.90% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 161 - color contains mainly: red. Hex color #A1620E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A1620E is #5E9DF1. Grayscale: #6B6B6B. Windows color (decimal): -6200818 or 942753. OLE color: 942753.

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

Color convert

RGB1619814-
CMYK00.390.910.37
HSL34.29º84%34.31%-
HSV(B)34.29º91.3%63.14%-
XYZ19.1416.342.56-
YUV107.2675.37166.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 58.97%
GREEN value IS 98 (38.67% from 255) = 35.90%
BLUE value IS 14 (5.86% from 255) = 5.13%
R=58.97%
G=35.90%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161981400.390.910.3734.298434.31
HexA162E0275B25225422
Octal24114216047133454212442
Binary1010000111000101110010011110110111001011000101010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1620E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1620E; }

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

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

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

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

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

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

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

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