Shades of Bronco #AA987D
Tints of Bronco #AA987D
RGB
CMYK
RGB Variations
Color information
#AA987D (or 0xAA987D) is known color: Bronco. HEX triplet: AA, 98 and 7D. RGB value is (170,152,125). Sum of RGB (Red+Green+Blue) = 170+152+125=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 152 (59.77% from 255 or 34.00% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 170 - color contains mainly: red. Hex color #AA987D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA987D is #556782. Grayscale: #9A9A9A. Windows color (decimal): -5597059 or 8231082. OLE color: 8231082.
HSL color Cylindrical-coordinate representation of color #AA987D: hue angle of 36º 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 #AA987D is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 152 | 125 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.33 |
| HSL | 36º | 0.21% | 0.58% | - |
| HSV(B) | 36º | 0.26% | 0.67% | - |
| XYZ | 31.51 | 32.48 | 24.01 | - |
| YUV | 154.3 | 111.46 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 152 | 125 | 0 | 0.11 | 0.26 | 0.33 | 36 | 0.21 | 0.58 |
| Hex | AA | 98 | 7D | 0 | B | 1A | 21 | 24 | 15 | 3A |
| Octal | 252 | 230 | 175 | 0 | 13 | 32 | 41 | 44 | 25 | 72 |
| Binary | 10101010 | 10011000 | 1111101 | 0 | 1011 | 11010 | 100001 | 100100 | 10101 | 111010 |
Color Harmonies of #AA987D
Complementary color
Monochromatic Colors of #AA987D
Black with #AA987D
Text Example
Text Example
White with #AA987D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA987D; }
p { color: rgb(170,152,125); }
H1.HeaderClassName
{
color: #AA987D;
}
.AnyTagClassName
{
color: #AA987D;
}
</style>
background-color css
<style>
a { background-color: #AA987D; }
a { background-color: rgb(170,152,125); }
div.DivClassName
{
background-color: #AA987D;
}
.BgClassName
{
background-color: #AA987D;
}
</style>
border-color css
<style>
span { border-color: #AA987D; }
span { border-color: rgb(170,152,125); }
td.TdClassName
{
border-color: #AA987D;
}
.TagClassName
{
border-color: #AA987D;
}
</style>