#a18829

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

Shades of Hacienda #A18829

Tints of Hacienda #A18829

Color information

#A18829 (or 0xA18829) is unknown color: approx Hacienda. HEX triplet: A1, 88 and 29. RGB value is (161,136,41). Sum of RGB (Red+Green+Blue) = 161+136+41=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 41 (16.41% from 255 or 12.13% from 338); Max value from RGB is 161 - color contains mainly: red. Hex color #A18829 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18829 is #5E77D6. Grayscale: #858585. Windows color (decimal): -6191063 or 2721953. OLE color: 2721953.

HSL color Cylindrical-coordinate representation of color #A18829: hue angle of 47.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A18829 is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB16113641-
CMYK00.160.750.37
HSL47.5º59.41%39.61%-
HSV(B)47.5º74.53%63.14%-
XYZ23.925.355.73-
YUV132.6476.28148.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.63%
GREEN value IS 136 (53.52% from 255) = 40.24%
BLUE value IS 41 (16.41% from 255) = 12.13%
R=47.63%
G=40.24%
B=12.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.75
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611364100.160.750.3747.559.4139.61
HexA188290104B25303b28
Octal2412105102011345607350
Binary10100001100010001010010100001001011100101110000111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a18829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a18829; }

 p { color: rgb(161,136,41); }

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

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

 a { background-color: rgb(161,136,41); }

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

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

 span { border-color: rgb(161,136,41); }

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