Shades of Bronco #AA9978
Tints of Bronco #AA9978
RGB
CMYK
RGB Variations
Color information
#AA9978 (or 0xAA9978) is known color: Bronco. HEX triplet: AA, 99 and 78. RGB value is (170,153,120). Sum of RGB (Red+Green+Blue) = 170+153+120=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 120 (47.27% from 255 or 27.09% from 443); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9978 is #556687. Grayscale: #9A9A9A. Windows color (decimal): -5596808 or 7903658. OLE color: 7903658.
HSL color Cylindrical-coordinate representation of color #AA9978: hue angle of 39.6º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA9978 is Cyan = 0, Magento = 0.1, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 120 | - |
| CMYK | 0 | 0.1 | 0.29 | 0.33 |
| HSL | 39.6º | 0.23% | 0.57% | - |
| HSV(B) | 39.6º | 0.29% | 0.67% | - |
| XYZ | 31.36 | 32.68 | 22.43 | - |
| YUV | 154.32 | 108.63 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 120 | 0 | 0.1 | 0.29 | 0.33 | 39.6 | 0.23 | 0.57 |
| Hex | AA | 99 | 78 | 0 | A | 1D | 21 | 28 | 17 | 39 |
| Octal | 252 | 231 | 170 | 0 | 12 | 35 | 41 | 50 | 27 | 71 |
| Binary | 10101010 | 10011001 | 1111000 | 0 | 1010 | 11101 | 100001 | 101000 | 10111 | 111001 |
Color Harmonies of #AA9978
Complementary color
Monochromatic Colors of #AA9978
Black with #AA9978
Text Example
Text Example
White with #AA9978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9978; }
p { color: rgb(170,153,120); }
H1.HeaderClassName
{
color: #AA9978;
}
.AnyTagClassName
{
color: #AA9978;
}
</style>
background-color css
<style>
a { background-color: #AA9978; }
a { background-color: rgb(170,153,120); }
div.DivClassName
{
background-color: #AA9978;
}
.BgClassName
{
background-color: #AA9978;
}
</style>
border-color css
<style>
span { border-color: #AA9978; }
span { border-color: rgb(170,153,120); }
td.TdClassName
{
border-color: #AA9978;
}
.TagClassName
{
border-color: #AA9978;
}
</style>