Shades of Bronco #AA9881
Tints of Bronco #AA9881
RGB
CMYK
RGB Variations
Color information
#AA9881 (or 0xAA9881) is known color: Bronco. HEX triplet: AA, 98 and 81. RGB value is (170,152,129). Sum of RGB (Red+Green+Blue) = 170+152+129=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 152 (59.77% from 255 or 33.70% from 451); Blue value is 129 (50.78% from 255 or 28.60% from 451); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9881 is #55677E. Grayscale: #9A9A9A. Windows color (decimal): -5597055 or 8493226. OLE color: 8493226.
HSL color Cylindrical-coordinate representation of color #AA9881: hue angle of 33.66º 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 #AA9881 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 152 | 129 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.33 |
| HSL | 33.66º | 0.19% | 0.59% | - |
| HSV(B) | 33.66º | 0.24% | 0.67% | - |
| XYZ | 31.77 | 32.59 | 25.38 | - |
| YUV | 154.76 | 113.46 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 152 | 129 | 0 | 0.11 | 0.24 | 0.33 | 33.66 | 0.19 | 0.59 |
| Hex | AA | 98 | 81 | 0 | B | 18 | 21 | 22 | 13 | 3B |
| Octal | 252 | 230 | 201 | 0 | 13 | 30 | 41 | 42 | 23 | 73 |
| Binary | 10101010 | 10011000 | 10000001 | 0 | 1011 | 11000 | 100001 | 100010 | 10011 | 111011 |
Color Harmonies of #AA9881
Complementary color
Monochromatic Colors of #AA9881
Black with #AA9881
Text Example
Text Example
White with #AA9881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9881; }
p { color: rgb(170,152,129); }
H1.HeaderClassName
{
color: #AA9881;
}
.AnyTagClassName
{
color: #AA9881;
}
</style>
background-color css
<style>
a { background-color: #AA9881; }
a { background-color: rgb(170,152,129); }
div.DivClassName
{
background-color: #AA9881;
}
.BgClassName
{
background-color: #AA9881;
}
</style>
border-color css
<style>
span { border-color: #AA9881; }
span { border-color: rgb(170,152,129); }
td.TdClassName
{
border-color: #AA9881;
}
.TagClassName
{
border-color: #AA9881;
}
</style>