Shades of Bronco #AA977D
Tints of Bronco #AA977D
RGB
CMYK
RGB Variations
Color information
#AA977D (or 0xAA977D) is known color: Bronco. HEX triplet: AA, 97 and 7D. RGB value is (170,151,125). Sum of RGB (Red+Green+Blue) = 170+151+125=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 151 (59.38% from 255 or 33.86% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 170 - color contains mainly: red. Hex color #AA977D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA977D is #556882. Grayscale: #999999. Windows color (decimal): -5597315 or 8230826. OLE color: 8230826.
HSL color Cylindrical-coordinate representation of color #AA977D: hue angle of 34.67º 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 #AA977D is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 125 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.33 |
| HSL | 34.67º | 0.21% | 0.58% | - |
| HSV(B) | 34.67º | 0.26% | 0.67% | - |
| XYZ | 31.35 | 32.16 | 23.96 | - |
| YUV | 153.72 | 111.79 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 125 | 0 | 0.11 | 0.26 | 0.33 | 34.67 | 0.21 | 0.58 |
| Hex | AA | 97 | 7D | 0 | B | 1A | 21 | 23 | 15 | 3A |
| Octal | 252 | 227 | 175 | 0 | 13 | 32 | 41 | 43 | 25 | 72 |
| Binary | 10101010 | 10010111 | 1111101 | 0 | 1011 | 11010 | 100001 | 100011 | 10101 | 111010 |
Color Harmonies of #AA977D
Complementary color
Monochromatic Colors of #AA977D
Black with #AA977D
Text Example
Text Example
White with #AA977D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA977D; }
p { color: rgb(170,151,125); }
H1.HeaderClassName
{
color: #AA977D;
}
.AnyTagClassName
{
color: #AA977D;
}
</style>
background-color css
<style>
a { background-color: #AA977D; }
a { background-color: rgb(170,151,125); }
div.DivClassName
{
background-color: #AA977D;
}
.BgClassName
{
background-color: #AA977D;
}
</style>
border-color css
<style>
span { border-color: #AA977D; }
span { border-color: rgb(170,151,125); }
td.TdClassName
{
border-color: #AA977D;
}
.TagClassName
{
border-color: #AA977D;
}
</style>