Shades of Bronco #AA9982
Tints of Bronco #AA9982
RGB
CMYK
RGB Variations
Color information
#AA9982 (or 0xAA9982) is known color: Bronco. HEX triplet: AA, 99 and 82. RGB value is (170,153,130). Sum of RGB (Red+Green+Blue) = 170+153+130=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 153 (60.16% from 255 or 33.77% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9982 is #55667D. Grayscale: #9B9B9B. Windows color (decimal): -5596798 or 8559018. OLE color: 8559018.
HSL color Cylindrical-coordinate representation of color #AA9982: hue angle of 34.5º 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 #AA9982 is Cyan = 0, Magento = 0.1, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 130 | - |
| CMYK | 0 | 0.1 | 0.24 | 0.33 |
| HSL | 34.5º | 0.19% | 0.59% | - |
| HSV(B) | 34.5º | 0.24% | 0.67% | - |
| XYZ | 32 | 32.94 | 25.79 | - |
| YUV | 155.46 | 113.63 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 130 | 0 | 0.1 | 0.24 | 0.33 | 34.5 | 0.19 | 0.59 |
| Hex | AA | 99 | 82 | 0 | A | 18 | 21 | 22 | 13 | 3B |
| Octal | 252 | 231 | 202 | 0 | 12 | 30 | 41 | 42 | 23 | 73 |
| Binary | 10101010 | 10011001 | 10000010 | 0 | 1010 | 11000 | 100001 | 100010 | 10011 | 111011 |
Color Harmonies of #AA9982
Complementary color
Monochromatic Colors of #AA9982
Black with #AA9982
Text Example
Text Example
White with #AA9982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9982; }
p { color: rgb(170,153,130); }
H1.HeaderClassName
{
color: #AA9982;
}
.AnyTagClassName
{
color: #AA9982;
}
</style>
background-color css
<style>
a { background-color: #AA9982; }
a { background-color: rgb(170,153,130); }
div.DivClassName
{
background-color: #AA9982;
}
.BgClassName
{
background-color: #AA9982;
}
</style>
border-color css
<style>
span { border-color: #AA9982; }
span { border-color: rgb(170,153,130); }
td.TdClassName
{
border-color: #AA9982;
}
.TagClassName
{
border-color: #AA9982;
}
</style>