#A1791A

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

Shades of Hacienda #A1791A

Tints of Hacienda #A1791A

Color information

#A1791A (or 0xA1791A) is unknown color: approx Hacienda. HEX triplet: A1, 79 and 1A. RGB value is (161,121,26). Sum of RGB (Red+Green+Blue) = 161+121+26=308 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.27% from 308); Green value is 121 (47.66% from 255 or 39.29% from 308); Blue value is 26 (10.55% from 255 or 8.44% from 308); Max value from RGB is 161 - color contains mainly: red. Hex color #A1791A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1791A is #5E86E5. Grayscale: #7A7A7A. Windows color (decimal): -6194918 or 1735073. OLE color: 1735073.

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

Color convert

RGB16112126-
CMYK00.250.840.37
HSL42.22º72.19%36.67%-
HSV(B)42.22º83.85%63.14%-
XYZ21.7221.333.95-
YUV122.1373.75155.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.27%
GREEN value IS 121 (47.66% from 255) = 39.29%
BLUE value IS 26 (10.55% from 255) = 8.44%
R=52.27%
G=39.29%
B=8.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611212600.250.840.3742.2272.1936.67
HexA1791A01954252a4825
Octal24117132031124455211045
Binary1010000111110011101001100110101001001011010101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1791A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1791A; }

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

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

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

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

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

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

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

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