Shades of Bronco #AA977B
Tints of Bronco #AA977B
RGB
CMYK
RGB Variations
Color information
#AA977B (or 0xAA977B) is known color: Bronco. HEX triplet: AA, 97 and 7B. RGB value is (170,151,123). Sum of RGB (Red+Green+Blue) = 170+151+123=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 151 (59.38% from 255 or 34.01% from 444); Blue value is 123 (48.44% from 255 or 27.70% from 444); Max value from RGB is 170 - color contains mainly: red. Hex color #AA977B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA977B is #556884. Grayscale: #999999. Windows color (decimal): -5597317 or 8099754. OLE color: 8099754.
HSL color Cylindrical-coordinate representation of color #AA977B: hue angle of 35.74º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA977B is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 123 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.33 |
| HSL | 35.74º | 0.22% | 0.57% | - |
| HSV(B) | 35.74º | 0.28% | 0.67% | - |
| XYZ | 31.22 | 32.11 | 23.29 | - |
| YUV | 153.49 | 110.79 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 123 | 0 | 0.11 | 0.28 | 0.33 | 35.74 | 0.22 | 0.57 |
| Hex | AA | 97 | 7B | 0 | B | 1C | 21 | 24 | 16 | 39 |
| Octal | 252 | 227 | 173 | 0 | 13 | 34 | 41 | 44 | 26 | 71 |
| Binary | 10101010 | 10010111 | 1111011 | 0 | 1011 | 11100 | 100001 | 100100 | 10110 | 111001 |
Color Harmonies of #AA977B
Complementary color
Monochromatic Colors of #AA977B
Black with #AA977B
Text Example
Text Example
White with #AA977B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA977B; }
p { color: rgb(170,151,123); }
H1.HeaderClassName
{
color: #AA977B;
}
.AnyTagClassName
{
color: #AA977B;
}
</style>
background-color css
<style>
a { background-color: #AA977B; }
a { background-color: rgb(170,151,123); }
div.DivClassName
{
background-color: #AA977B;
}
.BgClassName
{
background-color: #AA977B;
}
</style>
border-color css
<style>
span { border-color: #AA977B; }
span { border-color: rgb(170,151,123); }
td.TdClassName
{
border-color: #AA977B;
}
.TagClassName
{
border-color: #AA977B;
}
</style>