Shades of Hacienda #AA7D1D
Tints of Hacienda #AA7D1D
RGB
CMYK
RGB Variations
Color information
#AA7D1D (or 0xAA7D1D) is known color: Hacienda. HEX triplet: AA, 7D and 1D. RGB value is (170,125,29). Sum of RGB (Red+Green+Blue) = 170+125+29=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 125 (49.22% from 255 or 38.58% from 324); Blue value is 29 (11.72% from 255 or 8.95% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7D1D is #5582E2. Grayscale: #7F7F7F. Windows color (decimal): -5604067 or 1932714. OLE color: 1932714.
HSL color Cylindrical-coordinate representation of color #AA7D1D: hue angle of 40.85º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA7D1D is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 125 | 29 | - |
| CMYK | 0 | 0.26 | 0.83 | 0.33 |
| HSL | 40.85º | 0.71% | 0.39% | - |
| HSV(B) | 40.85º | 0.83% | 0.67% | - |
| XYZ | 24.13 | 23.3 | 4.39 | - |
| YUV | 127.51 | 72.41 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 125 | 29 | 0 | 0.26 | 0.83 | 0.33 | 40.85 | 0.71 | 0.39 |
| Hex | AA | 7D | 1D | 0 | 1A | 53 | 21 | 29 | 47 | 27 |
| Octal | 252 | 175 | 35 | 0 | 32 | 123 | 41 | 51 | 107 | 47 |
| Binary | 10101010 | 1111101 | 11101 | 0 | 11010 | 1010011 | 100001 | 101001 | 1000111 | 100111 |
Color Harmonies of #AA7D1D
Complementary color
Monochromatic Colors of #AA7D1D
Black with #AA7D1D
Text Example
Text Example
White with #AA7D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7D1D; }
p { color: rgb(170,125,29); }
H1.HeaderClassName
{
color: #AA7D1D;
}
.AnyTagClassName
{
color: #AA7D1D;
}
</style>
background-color css
<style>
a { background-color: #AA7D1D; }
a { background-color: rgb(170,125,29); }
div.DivClassName
{
background-color: #AA7D1D;
}
.BgClassName
{
background-color: #AA7D1D;
}
</style>
border-color css
<style>
span { border-color: #AA7D1D; }
span { border-color: rgb(170,125,29); }
td.TdClassName
{
border-color: #AA7D1D;
}
.TagClassName
{
border-color: #AA7D1D;
}
</style>