#A16119

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

Shades of Golden Brown #A16119

Tints of Golden Brown #A16119

Color information

#A16119 (or 0xA16119) is unknown color: approx Golden Brown. HEX triplet: A1, 61 and 19. RGB value is (161,97,25). Sum of RGB (Red+Green+Blue) = 161+97+25=283 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.89% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 25 (10.16% from 255 or 8.83% from 283); Max value from RGB is 161 - color contains mainly: red. Hex color #A16119 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16119 is #5E9EE6. Grayscale: #6C6C6C. Windows color (decimal): -6201063 or 1663393. OLE color: 1663393.

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

Color convert

RGB1619725-
CMYK00.400.840.37
HSL31.76º73.12%36.47%-
HSV(B)31.76º84.47%63.14%-
XYZ19.1516.23.04-
YUV107.9381.2165.85-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 56.89%
GREEN value IS 97 (38.28% from 255) = 34.28%
BLUE value IS 25 (10.16% from 255) = 8.83%
R=56.89%
G=34.28%
B=8.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161972500.400.840.3731.7673.1236.47
HexA161190285425204924
Octal24114131050124454011144
Binary10100001110000111001010100010101001001011000001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16119; }

 p { color: rgb(161,97,25); }

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

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

 a { background-color: rgb(161,97,25); }

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

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

 span { border-color: rgb(161,97,25); }

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