Shades of Bronco #AA9A7D
Tints of Bronco #AA9A7D
RGB
CMYK
RGB Variations
Color information
#AA9A7D (or 0xAA9A7D) is known color: Bronco. HEX triplet: AA, 9A and 7D. RGB value is (170,154,125). Sum of RGB (Red+Green+Blue) = 170+154+125=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 154 (60.55% from 255 or 34.30% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9A7D is #556582. Grayscale: #9B9B9B. Windows color (decimal): -5596547 or 8231594. OLE color: 8231594.
HSL color Cylindrical-coordinate representation of color #AA9A7D: hue angle of 38.67º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AA9A7D is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 125 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.33 |
| HSL | 38.67º | 0.21% | 0.58% | - |
| HSV(B) | 38.67º | 0.26% | 0.67% | - |
| XYZ | 31.83 | 33.14 | 24.12 | - |
| YUV | 155.48 | 110.8 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 125 | 0 | 0.09 | 0.26 | 0.33 | 38.67 | 0.21 | 0.58 |
| Hex | AA | 9A | 7D | 0 | 9 | 1A | 21 | 27 | 15 | 3A |
| Octal | 252 | 232 | 175 | 0 | 11 | 32 | 41 | 47 | 25 | 72 |
| Binary | 10101010 | 10011010 | 1111101 | 0 | 1001 | 11010 | 100001 | 100111 | 10101 | 111010 |
Color Harmonies of #AA9A7D
Complementary color
Monochromatic Colors of #AA9A7D
Black with #AA9A7D
Text Example
Text Example
White with #AA9A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9A7D; }
p { color: rgb(170,154,125); }
H1.HeaderClassName
{
color: #AA9A7D;
}
.AnyTagClassName
{
color: #AA9A7D;
}
</style>
background-color css
<style>
a { background-color: #AA9A7D; }
a { background-color: rgb(170,154,125); }
div.DivClassName
{
background-color: #AA9A7D;
}
.BgClassName
{
background-color: #AA9A7D;
}
</style>
border-color css
<style>
span { border-color: #AA9A7D; }
span { border-color: rgb(170,154,125); }
td.TdClassName
{
border-color: #AA9A7D;
}
.TagClassName
{
border-color: #AA9A7D;
}
</style>