Shades of Bronco #AA9981
Tints of Bronco #AA9981
RGB
CMYK
RGB Variations
Color information
#AA9981 (or 0xAA9981) is known color: Bronco. HEX triplet: AA, 99 and 81. RGB value is (170,153,129). Sum of RGB (Red+Green+Blue) = 170+153+129=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 129 (50.78% from 255 or 28.54% from 452); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9981 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9981 is #55667E. Grayscale: #9B9B9B. Windows color (decimal): -5596799 or 8493482. OLE color: 8493482.
HSL color Cylindrical-coordinate representation of color #AA9981: hue angle of 35.12º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AA9981 is Cyan = 0, Magento = 0.1, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 129 | - |
| CMYK | 0 | 0.1 | 0.24 | 0.33 |
| HSL | 35.12º | 0.19% | 0.59% | - |
| HSV(B) | 35.12º | 0.24% | 0.67% | - |
| XYZ | 31.93 | 32.91 | 25.44 | - |
| YUV | 155.35 | 113.13 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 129 | 0 | 0.1 | 0.24 | 0.33 | 35.12 | 0.19 | 0.59 |
| Hex | AA | 99 | 81 | 0 | A | 18 | 21 | 23 | 13 | 3B |
| Octal | 252 | 231 | 201 | 0 | 12 | 30 | 41 | 43 | 23 | 73 |
| Binary | 10101010 | 10011001 | 10000001 | 0 | 1010 | 11000 | 100001 | 100011 | 10011 | 111011 |
Color Harmonies of #AA9981
Complementary color
Monochromatic Colors of #AA9981
Black with #AA9981
Text Example
Text Example
White with #AA9981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9981; }
p { color: rgb(170,153,129); }
H1.HeaderClassName
{
color: #AA9981;
}
.AnyTagClassName
{
color: #AA9981;
}
</style>
background-color css
<style>
a { background-color: #AA9981; }
a { background-color: rgb(170,153,129); }
div.DivClassName
{
background-color: #AA9981;
}
.BgClassName
{
background-color: #AA9981;
}
</style>
border-color css
<style>
span { border-color: #AA9981; }
span { border-color: rgb(170,153,129); }
td.TdClassName
{
border-color: #AA9981;
}
.TagClassName
{
border-color: #AA9981;
}
</style>