Shades of Bronco #AA9980
Tints of Bronco #AA9980
RGB
CMYK
RGB Variations
Color information
#AA9980 (or 0xAA9980) is known color: Bronco. HEX triplet: AA, 99 and 80. RGB value is (170,153,128). Sum of RGB (Red+Green+Blue) = 170+153+128=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 128 (50.39% from 255 or 28.38% from 451); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9980 is #55667F. Grayscale: #9B9B9B. Windows color (decimal): -5596800 or 8427946. OLE color: 8427946.
HSL color Cylindrical-coordinate representation of color #AA9980: hue angle of 35.71º 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 #AA9980 is Cyan = 0, Magento = 0.1, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 128 | - |
| CMYK | 0 | 0.1 | 0.25 | 0.33 |
| HSL | 35.71º | 0.2% | 0.58% | - |
| HSV(B) | 35.71º | 0.25% | 0.67% | - |
| XYZ | 31.87 | 32.89 | 25.09 | - |
| YUV | 155.23 | 112.63 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 128 | 0 | 0.1 | 0.25 | 0.33 | 35.71 | 0.2 | 0.58 |
| Hex | AA | 99 | 80 | 0 | A | 19 | 21 | 24 | 14 | 3A |
| Octal | 252 | 231 | 200 | 0 | 12 | 31 | 41 | 44 | 24 | 72 |
| Binary | 10101010 | 10011001 | 10000000 | 0 | 1010 | 11001 | 100001 | 100100 | 10100 | 111010 |
Color Harmonies of #AA9980
Complementary color
Monochromatic Colors of #AA9980
Black with #AA9980
Text Example
Text Example
White with #AA9980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9980; }
p { color: rgb(170,153,128); }
H1.HeaderClassName
{
color: #AA9980;
}
.AnyTagClassName
{
color: #AA9980;
}
</style>
background-color css
<style>
a { background-color: #AA9980; }
a { background-color: rgb(170,153,128); }
div.DivClassName
{
background-color: #AA9980;
}
.BgClassName
{
background-color: #AA9980;
}
</style>
border-color css
<style>
span { border-color: #AA9980; }
span { border-color: rgb(170,153,128); }
td.TdClassName
{
border-color: #AA9980;
}
.TagClassName
{
border-color: #AA9980;
}
</style>