#A18C22

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

Shades of Hacienda #A18C22

Tints of Hacienda #A18C22

Color information

#A18C22 (or 0xA18C22) is unknown color: approx Hacienda. HEX triplet: A1, 8C and 22. RGB value is (161,140,34). Sum of RGB (Red+Green+Blue) = 161+140+34=335 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.06% from 335); Green value is 140 (55.08% from 255 or 41.79% from 335); Blue value is 34 (13.67% from 255 or 10.15% from 335); Max value from RGB is 161 - color contains mainly: red. Hex color #A18C22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18C22 is #5E73DD. Grayscale: #868686. Windows color (decimal): -6190046 or 2264225. OLE color: 2264225.

HSL color Cylindrical-coordinate representation of color #A18C22: hue angle of 50.08º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A18C22 is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.37.

Color convert

RGB16114034-
CMYK00.130.790.37
HSL50.08º65.13%38.24%-
HSV(B)50.08º78.88%63.14%-
XYZ24.3626.455.33-
YUV134.271.46147.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.06%
GREEN value IS 140 (55.08% from 255) = 41.79%
BLUE value IS 34 (13.67% from 255) = 10.15%
R=48.06%
G=41.79%
B=10.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.79
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611403400.130.790.3750.0865.1338.24
HexA18C220D4F25324126
Octal24121442015117456210146
Binary10100001100011001000100110110011111001011100101000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18C22; }

 p { color: rgb(161,140,34); }

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

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

 a { background-color: rgb(161,140,34); }

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

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

 span { border-color: rgb(161,140,34); }

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