Shades of Hacienda #AA8A1F
Tints of Hacienda #AA8A1F
RGB
CMYK
RGB Variations
Color information
#AA8A1F (or 0xAA8A1F) is known color: Hacienda. HEX triplet: AA, 8A and 1F. RGB value is (170,138,31). Sum of RGB (Red+Green+Blue) = 170+138+31=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 138 (54.30% from 255 or 40.71% from 339); Blue value is 31 (12.5% from 255 or 9.14% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8A1F is #5575E0. Grayscale: #878787. Windows color (decimal): -5600737 or 2067114. OLE color: 2067114.
HSL color Cylindrical-coordinate representation of color #AA8A1F: hue angle of 46.19º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA8A1F is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 138 | 31 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.33 |
| HSL | 46.19º | 0.69% | 0.39% | - |
| HSV(B) | 46.19º | 0.82% | 0.67% | - |
| XYZ | 25.91 | 26.82 | 5.11 | - |
| YUV | 135.37 | 69.1 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 138 | 31 | 0 | 0.19 | 0.82 | 0.33 | 46.19 | 0.69 | 0.39 |
| Hex | AA | 8A | 1F | 0 | 13 | 52 | 21 | 2E | 45 | 27 |
| Octal | 252 | 212 | 37 | 0 | 23 | 122 | 41 | 56 | 105 | 47 |
| Binary | 10101010 | 10001010 | 11111 | 0 | 10011 | 1010010 | 100001 | 101110 | 1000101 | 100111 |
Color Harmonies of #AA8A1F
Complementary color
Monochromatic Colors of #AA8A1F
Black with #AA8A1F
Text Example
Text Example
White with #AA8A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8A1F; }
p { color: rgb(170,138,31); }
H1.HeaderClassName
{
color: #AA8A1F;
}
.AnyTagClassName
{
color: #AA8A1F;
}
</style>
background-color css
<style>
a { background-color: #AA8A1F; }
a { background-color: rgb(170,138,31); }
div.DivClassName
{
background-color: #AA8A1F;
}
.BgClassName
{
background-color: #AA8A1F;
}
</style>
border-color css
<style>
span { border-color: #AA8A1F; }
span { border-color: rgb(170,138,31); }
td.TdClassName
{
border-color: #AA8A1F;
}
.TagClassName
{
border-color: #AA8A1F;
}
</style>