Shades of Bronco #AA957B
Tints of Bronco #AA957B
RGB
CMYK
RGB Variations
Color information
#AA957B (or 0xAA957B) is known color: Bronco. HEX triplet: AA, 95 and 7B. RGB value is (170,149,123). Sum of RGB (Red+Green+Blue) = 170+149+123=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 149 (58.59% from 255 or 33.71% from 442); Blue value is 123 (48.44% from 255 or 27.83% from 442); Max value from RGB is 170 - color contains mainly: red. Hex color #AA957B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA957B is #556A84. Grayscale: #989898. Windows color (decimal): -5597829 or 8099242. OLE color: 8099242.
HSL color Cylindrical-coordinate representation of color #AA957B: hue angle of 33.19º 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 #AA957B is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 149 | 123 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.33 |
| HSL | 33.19º | 0.22% | 0.57% | - |
| HSV(B) | 33.19º | 0.28% | 0.67% | - |
| XYZ | 30.9 | 31.47 | 23.18 | - |
| YUV | 152.32 | 111.46 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 149 | 123 | 0 | 0.12 | 0.28 | 0.33 | 33.19 | 0.22 | 0.57 |
| Hex | AA | 95 | 7B | 0 | C | 1C | 21 | 21 | 16 | 39 |
| Octal | 252 | 225 | 173 | 0 | 14 | 34 | 41 | 41 | 26 | 71 |
| Binary | 10101010 | 10010101 | 1111011 | 0 | 1100 | 11100 | 100001 | 100001 | 10110 | 111001 |
Color Harmonies of #AA957B
Complementary color
Monochromatic Colors of #AA957B
Black with #AA957B
Text Example
Text Example
White with #AA957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA957B; }
p { color: rgb(170,149,123); }
H1.HeaderClassName
{
color: #AA957B;
}
.AnyTagClassName
{
color: #AA957B;
}
</style>
background-color css
<style>
a { background-color: #AA957B; }
a { background-color: rgb(170,149,123); }
div.DivClassName
{
background-color: #AA957B;
}
.BgClassName
{
background-color: #AA957B;
}
</style>
border-color css
<style>
span { border-color: #AA957B; }
span { border-color: rgb(170,149,123); }
td.TdClassName
{
border-color: #AA957B;
}
.TagClassName
{
border-color: #AA957B;
}
</style>