Shades of Bronco #AA9C80
Tints of Bronco #AA9C80
RGB
CMYK
RGB Variations
Color information
#AA9C80 (or 0xAA9C80) is known color: Bronco. HEX triplet: AA, 9C and 80. RGB value is (170,156,128). Sum of RGB (Red+Green+Blue) = 170+156+128=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 156 (61.33% from 255 or 34.36% from 454); Blue value is 128 (50.39% from 255 or 28.19% from 454); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9C80 is #55637F. Grayscale: #9D9D9D. Windows color (decimal): -5596032 or 8428714. OLE color: 8428714.
HSL color Cylindrical-coordinate representation of color #AA9C80: hue angle of 40º 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 #AA9C80 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 156 | 128 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.33 |
| HSL | 40º | 0.2% | 0.58% | - |
| HSV(B) | 40º | 0.25% | 0.67% | - |
| XYZ | 32.36 | 33.88 | 25.26 | - |
| YUV | 156.99 | 111.64 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 128 | 0 | 0.08 | 0.25 | 0.33 | 40 | 0.2 | 0.58 |
| Hex | AA | 9C | 80 | 0 | 8 | 19 | 21 | 28 | 14 | 3A |
| Octal | 252 | 234 | 200 | 0 | 10 | 31 | 41 | 50 | 24 | 72 |
| Binary | 10101010 | 10011100 | 10000000 | 0 | 1000 | 11001 | 100001 | 101000 | 10100 | 111010 |
Color Harmonies of #AA9C80
Complementary color
Monochromatic Colors of #AA9C80
Black with #AA9C80
Text Example
Text Example
White with #AA9C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9C80; }
p { color: rgb(170,156,128); }
H1.HeaderClassName
{
color: #AA9C80;
}
.AnyTagClassName
{
color: #AA9C80;
}
</style>
background-color css
<style>
a { background-color: #AA9C80; }
a { background-color: rgb(170,156,128); }
div.DivClassName
{
background-color: #AA9C80;
}
.BgClassName
{
background-color: #AA9C80;
}
</style>
border-color css
<style>
span { border-color: #AA9C80; }
span { border-color: rgb(170,156,128); }
td.TdClassName
{
border-color: #AA9C80;
}
.TagClassName
{
border-color: #AA9C80;
}
</style>