#A16819

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

Shades of Golden Brown #A16819

Tints of Golden Brown #A16819

Color information

#A16819 (or 0xA16819) is unknown color: approx Golden Brown. HEX triplet: A1, 68 and 19. RGB value is (161,104,25). Sum of RGB (Red+Green+Blue) = 161+104+25=290 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.52% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 25 (10.16% from 255 or 8.62% from 290); Max value from RGB is 161 - color contains mainly: red. Hex color #A16819 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16819 is #5E97E6. Grayscale: #707070. Windows color (decimal): -6199271 or 1665185. OLE color: 1665185.

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

Color convert

RGB16110425-
CMYK00.350.840.37
HSL34.85º73.12%36.47%-
HSV(B)34.85º84.47%63.14%-
XYZ19.8217.553.26-
YUV112.0478.88162.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 55.52%
GREEN value IS 104 (41.02% from 255) = 35.86%
BLUE value IS 25 (10.16% from 255) = 8.62%
R=55.52%
G=35.86%
B=8.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611042500.350.840.3734.8573.1236.47
HexA168190235425234924
Octal24115031043124454311144
Binary10100001110100011001010001110101001001011000111001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16819; }

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

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

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

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

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

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

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

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