#A16818

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

Shades of Golden Brown #A16818

Tints of Golden Brown #A16818

Color information

#A16818 (or 0xA16818) is unknown color: approx Golden Brown. HEX triplet: A1, 68 and 18. RGB value is (161,104,24). Sum of RGB (Red+Green+Blue) = 161+104+24=289 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.71% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 24 (9.77% from 255 or 8.30% from 289); Max value from RGB is 161 - color contains mainly: red. Hex color #A16818 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16818 is #5E97E7. Grayscale: #707070. Windows color (decimal): -6199272 or 1599649. OLE color: 1599649.

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

Color convert

RGB16110424-
CMYK00.350.850.37
HSL35.04º74.05%36.27%-
HSV(B)35.04º85.09%63.14%-
XYZ19.8117.543.21-
YUV111.9278.38163-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 55.71%
GREEN value IS 104 (41.02% from 255) = 35.99%
BLUE value IS 24 (9.77% from 255) = 8.30%
R=55.71%
G=35.99%
B=8.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.85
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611042400.350.850.3735.0474.0536.27
HexA168180235525234a24
Octal24115030043125454311244
Binary10100001110100011000010001110101011001011000111001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16818; }

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

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

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

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

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

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

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

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