#A18522

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

Shades of Hacienda #A18522

Tints of Hacienda #A18522

Color information

#A18522 (or 0xA18522) is unknown color: approx Hacienda. HEX triplet: A1, 85 and 22. RGB value is (161,133,34). Sum of RGB (Red+Green+Blue) = 161+133+34=328 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.09% from 328); Green value is 133 (52.34% from 255 or 40.55% from 328); Blue value is 34 (13.67% from 255 or 10.37% from 328); Max value from RGB is 161 - color contains mainly: red. Hex color #A18522 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18522 is #5E7ADD. Grayscale: #828282. Windows color (decimal): -6191838 or 2262433. OLE color: 2262433.

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

Color convert

RGB16113334-
CMYK00.170.790.37
HSL46.77º65.13%38.24%-
HSV(B)46.77º78.88%63.14%-
XYZ23.3724.475-
YUV130.0973.78150.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.09%
GREEN value IS 133 (52.34% from 255) = 40.55%
BLUE value IS 34 (13.67% from 255) = 10.37%
R=49.09%
G=40.55%
B=10.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.79
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611333400.170.790.3746.7765.1338.24
HexA185220114F252f4126
Octal24120542021117455710146
Binary101000011000010110001001000110011111001011011111000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18522; }

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

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

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

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

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

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

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

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