#A18518

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

Shades of Hacienda #A18518

Tints of Hacienda #A18518

Color information

#A18518 (or 0xA18518) is unknown color: approx Hacienda. HEX triplet: A1, 85 and 18. RGB value is (161,133,24). Sum of RGB (Red+Green+Blue) = 161+133+24=318 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.63% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 24 (9.77% from 255 or 7.55% from 318); Max value from RGB is 161 - color contains mainly: red. Hex color #A18518 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18518 is #5E7AE7. Grayscale: #818181. Windows color (decimal): -6191848 or 1607073. OLE color: 1607073.

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

Color convert

RGB16113324-
CMYK00.170.850.37
HSL47.74º74.05%36.27%-
HSV(B)47.74º85.09%63.14%-
XYZ23.2524.424.35-
YUV128.9568.78150.86-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.63%
GREEN value IS 133 (52.34% from 255) = 41.82%
BLUE value IS 24 (9.77% from 255) = 7.55%
R=50.63%
G=41.82%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.85
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611332400.170.850.3747.7474.0536.27
HexA185180115525304a24
Octal24120530021125456011244
Binary10100001100001011100001000110101011001011100001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18518; }

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

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

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

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

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

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

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

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