Shades of Bronco #AA9A7C
Tints of Bronco #AA9A7C
RGB
CMYK
RGB Variations
Color information
#AA9A7C (or 0xAA9A7C) is known color: Bronco. HEX triplet: AA, 9A and 7C. RGB value is (170,154,124). Sum of RGB (Red+Green+Blue) = 170+154+124=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 154 (60.55% from 255 or 34.38% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9A7C is #556583. Grayscale: #9B9B9B. Windows color (decimal): -5596548 or 8166058. OLE color: 8166058.
HSL color Cylindrical-coordinate representation of color #AA9A7C: hue angle of 39.13º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AA9A7C is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 124 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.33 |
| HSL | 39.13º | 0.21% | 0.58% | - |
| HSV(B) | 39.13º | 0.27% | 0.67% | - |
| XYZ | 31.77 | 33.11 | 23.79 | - |
| YUV | 155.36 | 110.3 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 124 | 0 | 0.09 | 0.27 | 0.33 | 39.13 | 0.21 | 0.58 |
| Hex | AA | 9A | 7C | 0 | 9 | 1B | 21 | 27 | 15 | 3A |
| Octal | 252 | 232 | 174 | 0 | 11 | 33 | 41 | 47 | 25 | 72 |
| Binary | 10101010 | 10011010 | 1111100 | 0 | 1001 | 11011 | 100001 | 100111 | 10101 | 111010 |
Color Harmonies of #AA9A7C
Complementary color
Monochromatic Colors of #AA9A7C
Black with #AA9A7C
Text Example
Text Example
White with #AA9A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9A7C; }
p { color: rgb(170,154,124); }
H1.HeaderClassName
{
color: #AA9A7C;
}
.AnyTagClassName
{
color: #AA9A7C;
}
</style>
background-color css
<style>
a { background-color: #AA9A7C; }
a { background-color: rgb(170,154,124); }
div.DivClassName
{
background-color: #AA9A7C;
}
.BgClassName
{
background-color: #AA9A7C;
}
</style>
border-color css
<style>
span { border-color: #AA9A7C; }
span { border-color: rgb(170,154,124); }
td.TdClassName
{
border-color: #AA9A7C;
}
.TagClassName
{
border-color: #AA9A7C;
}
</style>