#A1841A

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

Shades of Hacienda #A1841A

Tints of Hacienda #A1841A

Color information

#A1841A (or 0xA1841A) is unknown color: approx Hacienda. HEX triplet: A1, 84 and 1A. RGB value is (161,132,26). Sum of RGB (Red+Green+Blue) = 161+132+26=319 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.47% from 319); Green value is 132 (51.95% from 255 or 41.38% from 319); Blue value is 26 (10.55% from 255 or 8.15% from 319); Max value from RGB is 161 - color contains mainly: red. Hex color #A1841A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1841A is #5E7BE5. Grayscale: #818181. Windows color (decimal): -6192102 or 1737889. OLE color: 1737889.

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

Color convert

RGB16113226-
CMYK00.180.840.37
HSL47.11º72.19%36.67%-
HSV(B)47.11º83.85%63.14%-
XYZ23.1424.154.42-
YUV128.5970.11151.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.47%
GREEN value IS 132 (51.95% from 255) = 41.38%
BLUE value IS 26 (10.55% from 255) = 8.15%
R=50.47%
G=41.38%
B=8.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611322600.180.840.3747.1172.1936.67
HexA1841A01254252f4825
Octal24120432022124455711045
Binary10100001100001001101001001010101001001011011111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1841A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1841A; }

 p { color: rgb(161,132,26); }

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

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

 a { background-color: rgb(161,132,26); }

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

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

 span { border-color: rgb(161,132,26); }

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