#A1881E

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

Shades of Hacienda #A1881E

Tints of Hacienda #A1881E

Color information

#A1881E (or 0xA1881E) is unknown color: approx Hacienda. HEX triplet: A1, 88 and 1E. RGB value is (161,136,30). Sum of RGB (Red+Green+Blue) = 161+136+30=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 136 (53.52% from 255 or 41.59% from 327); Blue value is 30 (12.11% from 255 or 9.17% from 327); Max value from RGB is 161 - color contains mainly: red. Hex color #A1881E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1881E is #5E77E1. Grayscale: #838383. Windows color (decimal): -6191074 or 2001057. OLE color: 2001057.

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

Color convert

RGB16113630-
CMYK00.160.810.37
HSL48.55º68.59%37.45%-
HSV(B)48.55º81.37%63.14%-
XYZ23.7425.284.86-
YUV131.3970.78149.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.24%
GREEN value IS 136 (53.52% from 255) = 41.59%
BLUE value IS 30 (12.11% from 255) = 9.17%
R=49.24%
G=41.59%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.81
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611363000.160.810.3748.5568.5937.45
HexA1881E0105125314525
Octal24121036020121456110545
Binary10100001100010001111001000010100011001011100011000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1881E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1881E; }

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

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

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

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

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

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

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

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