#A16A18

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

Shades of Golden Brown #A16A18

Tints of Golden Brown #A16A18

Color information

#A16A18 (or 0xA16A18) is unknown color: approx Golden Brown. HEX triplet: A1, 6A and 18. RGB value is (161,106,24). Sum of RGB (Red+Green+Blue) = 161+106+24=291 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.33% from 291); Green value is 106 (41.80% from 255 or 36.43% from 291); Blue value is 24 (9.77% from 255 or 8.25% from 291); Max value from RGB is 161 - color contains mainly: red. Hex color #A16A18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16A18 is #5E95E7. Grayscale: #717171. Windows color (decimal): -6198760 or 1600161. OLE color: 1600161.

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

Color convert

RGB16110624-
CMYK00.340.850.37
HSL35.91º74.05%36.27%-
HSV(B)35.91º85.09%63.14%-
XYZ20.0217.953.27-
YUV113.177.72162.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 55.33%
GREEN value IS 106 (41.80% from 255) = 36.43%
BLUE value IS 24 (9.77% from 255) = 8.25%
R=55.33%
G=36.43%
B=8.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.85
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611062400.340.850.3735.9174.0536.27
HexA16A180225525244a24
Octal24115230042125454411244
Binary10100001110101011000010001010101011001011001001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16A18; }

 p { color: rgb(161,106,24); }

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

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

 a { background-color: rgb(161,106,24); }

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

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

 span { border-color: rgb(161,106,24); }

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