Shades of Bronco #AA987A
Tints of Bronco #AA987A
RGB
CMYK
RGB Variations
Color information
#AA987A (or 0xAA987A) is known color: Bronco. HEX triplet: AA, 98 and 7A. RGB value is (170,152,122). Sum of RGB (Red+Green+Blue) = 170+152+122=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 152 (59.77% from 255 or 34.23% from 444); Blue value is 122 (48.05% from 255 or 27.48% from 444); Max value from RGB is 170 - color contains mainly: red. Hex color #AA987A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA987A is #556785. Grayscale: #9A9A9A. Windows color (decimal): -5597062 or 8034474. OLE color: 8034474.
HSL color Cylindrical-coordinate representation of color #AA987A: hue angle of 37.5º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA987A is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 152 | 122 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.33 |
| HSL | 37.5º | 0.22% | 0.57% | - |
| HSV(B) | 37.5º | 0.28% | 0.67% | - |
| XYZ | 31.32 | 32.41 | 23.02 | - |
| YUV | 153.96 | 109.96 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 152 | 122 | 0 | 0.11 | 0.28 | 0.33 | 37.5 | 0.22 | 0.57 |
| Hex | AA | 98 | 7A | 0 | B | 1C | 21 | 26 | 16 | 39 |
| Octal | 252 | 230 | 172 | 0 | 13 | 34 | 41 | 46 | 26 | 71 |
| Binary | 10101010 | 10011000 | 1111010 | 0 | 1011 | 11100 | 100001 | 100110 | 10110 | 111001 |
Color Harmonies of #AA987A
Complementary color
Monochromatic Colors of #AA987A
Black with #AA987A
Text Example
Text Example
White with #AA987A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA987A; }
p { color: rgb(170,152,122); }
H1.HeaderClassName
{
color: #AA987A;
}
.AnyTagClassName
{
color: #AA987A;
}
</style>
background-color css
<style>
a { background-color: #AA987A; }
a { background-color: rgb(170,152,122); }
div.DivClassName
{
background-color: #AA987A;
}
.BgClassName
{
background-color: #AA987A;
}
</style>
border-color css
<style>
span { border-color: #AA987A; }
span { border-color: rgb(170,152,122); }
td.TdClassName
{
border-color: #AA987A;
}
.TagClassName
{
border-color: #AA987A;
}
</style>