Shades of Bronco #AA957C
Tints of Bronco #AA957C
RGB
CMYK
RGB Variations
Color information
#AA957C (or 0xAA957C) is known color: Bronco. HEX triplet: AA, 95 and 7C. RGB value is (170,149,124). Sum of RGB (Red+Green+Blue) = 170+149+124=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 149 (58.59% from 255 or 33.63% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 170 - color contains mainly: red. Hex color #AA957C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA957C is #556A83. Grayscale: #989898. Windows color (decimal): -5597828 or 8164778. OLE color: 8164778.
HSL color Cylindrical-coordinate representation of color #AA957C: hue angle of 32.61º 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 #AA957C is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 149 | 124 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.33 |
| HSL | 32.61º | 0.21% | 0.58% | - |
| HSV(B) | 32.61º | 0.27% | 0.67% | - |
| XYZ | 30.96 | 31.5 | 23.52 | - |
| YUV | 152.43 | 111.96 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 149 | 124 | 0 | 0.12 | 0.27 | 0.33 | 32.61 | 0.21 | 0.58 |
| Hex | AA | 95 | 7C | 0 | C | 1B | 21 | 21 | 15 | 3A |
| Octal | 252 | 225 | 174 | 0 | 14 | 33 | 41 | 41 | 25 | 72 |
| Binary | 10101010 | 10010101 | 1111100 | 0 | 1100 | 11011 | 100001 | 100001 | 10101 | 111010 |
Color Harmonies of #AA957C
Complementary color
Monochromatic Colors of #AA957C
Black with #AA957C
Text Example
Text Example
White with #AA957C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA957C; }
p { color: rgb(170,149,124); }
H1.HeaderClassName
{
color: #AA957C;
}
.AnyTagClassName
{
color: #AA957C;
}
</style>
background-color css
<style>
a { background-color: #AA957C; }
a { background-color: rgb(170,149,124); }
div.DivClassName
{
background-color: #AA957C;
}
.BgClassName
{
background-color: #AA957C;
}
</style>
border-color css
<style>
span { border-color: #AA957C; }
span { border-color: rgb(170,149,124); }
td.TdClassName
{
border-color: #AA957C;
}
.TagClassName
{
border-color: #AA957C;
}
</style>