Shades of Bronco #AA977C
Tints of Bronco #AA977C
RGB
CMYK
RGB Variations
Color information
#AA977C (or 0xAA977C) is known color: Bronco. HEX triplet: AA, 97 and 7C. RGB value is (170,151,124). Sum of RGB (Red+Green+Blue) = 170+151+124=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 151 (59.38% from 255 or 33.93% from 445); Blue value is 124 (48.83% from 255 or 27.87% from 445); Max value from RGB is 170 - color contains mainly: red. Hex color #AA977C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA977C is #556883. Grayscale: #999999. Windows color (decimal): -5597316 or 8165290. OLE color: 8165290.
HSL color Cylindrical-coordinate representation of color #AA977C: hue angle of 35.22º 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 #AA977C is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 124 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.33 |
| HSL | 35.22º | 0.21% | 0.58% | - |
| HSV(B) | 35.22º | 0.27% | 0.67% | - |
| XYZ | 31.28 | 32.13 | 23.62 | - |
| YUV | 153.6 | 111.29 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 124 | 0 | 0.11 | 0.27 | 0.33 | 35.22 | 0.21 | 0.58 |
| Hex | AA | 97 | 7C | 0 | B | 1B | 21 | 23 | 15 | 3A |
| Octal | 252 | 227 | 174 | 0 | 13 | 33 | 41 | 43 | 25 | 72 |
| Binary | 10101010 | 10010111 | 1111100 | 0 | 1011 | 11011 | 100001 | 100011 | 10101 | 111010 |
Color Harmonies of #AA977C
Complementary color
Monochromatic Colors of #AA977C
Black with #AA977C
Text Example
Text Example
White with #AA977C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA977C; }
p { color: rgb(170,151,124); }
H1.HeaderClassName
{
color: #AA977C;
}
.AnyTagClassName
{
color: #AA977C;
}
</style>
background-color css
<style>
a { background-color: #AA977C; }
a { background-color: rgb(170,151,124); }
div.DivClassName
{
background-color: #AA977C;
}
.BgClassName
{
background-color: #AA977C;
}
</style>
border-color css
<style>
span { border-color: #AA977C; }
span { border-color: rgb(170,151,124); }
td.TdClassName
{
border-color: #AA977C;
}
.TagClassName
{
border-color: #AA977C;
}
</style>