Shades of Bronco #AA977E
Tints of Bronco #AA977E
RGB
CMYK
RGB Variations
Color information
#AA977E (or 0xAA977E) is known color: Bronco. HEX triplet: AA, 97 and 7E. RGB value is (170,151,126). Sum of RGB (Red+Green+Blue) = 170+151+126=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 151 (59.38% from 255 or 33.78% from 447); Blue value is 126 (49.61% from 255 or 28.19% from 447); Max value from RGB is 170 - color contains mainly: red. Hex color #AA977E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA977E is #556881. Grayscale: #999999. Windows color (decimal): -5597314 or 8296362. OLE color: 8296362.
HSL color Cylindrical-coordinate representation of color #AA977E: hue angle of 34.09º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AA977E is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 126 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.33 |
| HSL | 34.09º | 0.21% | 0.58% | - |
| HSV(B) | 34.09º | 0.26% | 0.67% | - |
| XYZ | 31.41 | 32.19 | 24.3 | - |
| YUV | 153.83 | 112.29 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 126 | 0 | 0.11 | 0.26 | 0.33 | 34.09 | 0.21 | 0.58 |
| Hex | AA | 97 | 7E | 0 | B | 1A | 21 | 22 | 15 | 3A |
| Octal | 252 | 227 | 176 | 0 | 13 | 32 | 41 | 42 | 25 | 72 |
| Binary | 10101010 | 10010111 | 1111110 | 0 | 1011 | 11010 | 100001 | 100010 | 10101 | 111010 |
Color Harmonies of #AA977E
Complementary color
Monochromatic Colors of #AA977E
Black with #AA977E
Text Example
Text Example
White with #AA977E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA977E; }
p { color: rgb(170,151,126); }
H1.HeaderClassName
{
color: #AA977E;
}
.AnyTagClassName
{
color: #AA977E;
}
</style>
background-color css
<style>
a { background-color: #AA977E; }
a { background-color: rgb(170,151,126); }
div.DivClassName
{
background-color: #AA977E;
}
.BgClassName
{
background-color: #AA977E;
}
</style>
border-color css
<style>
span { border-color: #AA977E; }
span { border-color: rgb(170,151,126); }
td.TdClassName
{
border-color: #AA977E;
}
.TagClassName
{
border-color: #AA977E;
}
</style>