Shades of Bronco #AA9882
Tints of Bronco #AA9882
RGB
CMYK
RGB Variations
Color information
#AA9882 (or 0xAA9882) is known color: Bronco. HEX triplet: AA, 98 and 82. RGB value is (170,152,130). Sum of RGB (Red+Green+Blue) = 170+152+130=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 152 (59.77% from 255 or 33.63% from 452); Blue value is 130 (51.17% from 255 or 28.76% from 452); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9882 is #55677D. Grayscale: #9A9A9A. Windows color (decimal): -5597054 or 8558762. OLE color: 8558762.
HSL color Cylindrical-coordinate representation of color #AA9882: hue angle of 33º 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 #AA9882 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 152 | 130 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.33 |
| HSL | 33º | 0.19% | 0.59% | - |
| HSV(B) | 33º | 0.24% | 0.67% | - |
| XYZ | 31.84 | 32.61 | 25.74 | - |
| YUV | 154.87 | 113.96 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 152 | 130 | 0 | 0.11 | 0.24 | 0.33 | 33 | 0.19 | 0.59 |
| Hex | AA | 98 | 82 | 0 | B | 18 | 21 | 21 | 13 | 3B |
| Octal | 252 | 230 | 202 | 0 | 13 | 30 | 41 | 41 | 23 | 73 |
| Binary | 10101010 | 10011000 | 10000010 | 0 | 1011 | 11000 | 100001 | 100001 | 10011 | 111011 |
Color Harmonies of #AA9882
Complementary color
Monochromatic Colors of #AA9882
Black with #AA9882
Text Example
Text Example
White with #AA9882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9882; }
p { color: rgb(170,152,130); }
H1.HeaderClassName
{
color: #AA9882;
}
.AnyTagClassName
{
color: #AA9882;
}
</style>
background-color css
<style>
a { background-color: #AA9882; }
a { background-color: rgb(170,152,130); }
div.DivClassName
{
background-color: #AA9882;
}
.BgClassName
{
background-color: #AA9882;
}
</style>
border-color css
<style>
span { border-color: #AA9882; }
span { border-color: rgb(170,152,130); }
td.TdClassName
{
border-color: #AA9882;
}
.TagClassName
{
border-color: #AA9882;
}
</style>