Shades of Bronco #AA957D
Tints of Bronco #AA957D
RGB
CMYK
RGB Variations
Color information
#AA957D (or 0xAA957D) is known color: Bronco. HEX triplet: AA, 95 and 7D. RGB value is (170,149,125). Sum of RGB (Red+Green+Blue) = 170+149+125=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 149 (58.59% from 255 or 33.56% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 170 - color contains mainly: red. Hex color #AA957D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA957D is #556A82. Grayscale: #989898. Windows color (decimal): -5597827 or 8230314. OLE color: 8230314.
HSL color Cylindrical-coordinate representation of color #AA957D: hue angle of 32º 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 #AA957D is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 149 | 125 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.33 |
| HSL | 32º | 0.21% | 0.58% | - |
| HSV(B) | 32º | 0.26% | 0.67% | - |
| XYZ | 31.03 | 31.52 | 23.85 | - |
| YUV | 152.54 | 112.46 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 149 | 125 | 0 | 0.12 | 0.26 | 0.33 | 32 | 0.21 | 0.58 |
| Hex | AA | 95 | 7D | 0 | C | 1A | 21 | 20 | 15 | 3A |
| Octal | 252 | 225 | 175 | 0 | 14 | 32 | 41 | 40 | 25 | 72 |
| Binary | 10101010 | 10010101 | 1111101 | 0 | 1100 | 11010 | 100001 | 100000 | 10101 | 111010 |
Color Harmonies of #AA957D
Complementary color
Monochromatic Colors of #AA957D
Black with #AA957D
Text Example
Text Example
White with #AA957D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA957D; }
p { color: rgb(170,149,125); }
H1.HeaderClassName
{
color: #AA957D;
}
.AnyTagClassName
{
color: #AA957D;
}
</style>
background-color css
<style>
a { background-color: #AA957D; }
a { background-color: rgb(170,149,125); }
div.DivClassName
{
background-color: #AA957D;
}
.BgClassName
{
background-color: #AA957D;
}
</style>
border-color css
<style>
span { border-color: #AA957D; }
span { border-color: rgb(170,149,125); }
td.TdClassName
{
border-color: #AA957D;
}
.TagClassName
{
border-color: #AA957D;
}
</style>