Shades of Bronco #AA9780
Tints of Bronco #AA9780
RGB
CMYK
RGB Variations
Color information
#AA9780 (or 0xAA9780) is known color: Bronco. HEX triplet: AA, 97 and 80. RGB value is (170,151,128). Sum of RGB (Red+Green+Blue) = 170+151+128=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 151 (59.38% from 255 or 33.63% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9780 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9780 is #55687F. Grayscale: #9A9A9A. Windows color (decimal): -5597312 or 8427434. OLE color: 8427434.
HSL color Cylindrical-coordinate representation of color #AA9780: hue angle of 32.86º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AA9780 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 128 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.33 |
| HSL | 32.86º | 0.2% | 0.58% | - |
| HSV(B) | 32.86º | 0.25% | 0.67% | - |
| XYZ | 31.54 | 32.24 | 24.98 | - |
| YUV | 154.06 | 113.29 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 128 | 0 | 0.11 | 0.25 | 0.33 | 32.86 | 0.2 | 0.58 |
| Hex | AA | 97 | 80 | 0 | B | 19 | 21 | 21 | 14 | 3A |
| Octal | 252 | 227 | 200 | 0 | 13 | 31 | 41 | 41 | 24 | 72 |
| Binary | 10101010 | 10010111 | 10000000 | 0 | 1011 | 11001 | 100001 | 100001 | 10100 | 111010 |
Color Harmonies of #AA9780
Complementary color
Monochromatic Colors of #AA9780
Black with #AA9780
Text Example
Text Example
White with #AA9780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9780; }
p { color: rgb(170,151,128); }
H1.HeaderClassName
{
color: #AA9780;
}
.AnyTagClassName
{
color: #AA9780;
}
</style>
background-color css
<style>
a { background-color: #AA9780; }
a { background-color: rgb(170,151,128); }
div.DivClassName
{
background-color: #AA9780;
}
.BgClassName
{
background-color: #AA9780;
}
</style>
border-color css
<style>
span { border-color: #AA9780; }
span { border-color: rgb(170,151,128); }
td.TdClassName
{
border-color: #AA9780;
}
.TagClassName
{
border-color: #AA9780;
}
</style>