Shades of Bronco #AA957A
Tints of Bronco #AA957A
RGB
CMYK
RGB Variations
Color information
#AA957A (or 0xAA957A) is known color: Bronco. HEX triplet: AA, 95 and 7A. RGB value is (170,149,122). Sum of RGB (Red+Green+Blue) = 170+149+122=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 149 (58.59% from 255 or 33.79% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 170 - color contains mainly: red. Hex color #AA957A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA957A is #556A85. Grayscale: #989898. Windows color (decimal): -5597830 or 8033706. OLE color: 8033706.
HSL color Cylindrical-coordinate representation of color #AA957A: hue angle of 33.75º 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 #AA957A is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 149 | 122 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.33 |
| HSL | 33.75º | 0.22% | 0.57% | - |
| HSV(B) | 33.75º | 0.28% | 0.67% | - |
| XYZ | 30.84 | 31.45 | 22.86 | - |
| YUV | 152.2 | 110.96 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 149 | 122 | 0 | 0.12 | 0.28 | 0.33 | 33.75 | 0.22 | 0.57 |
| Hex | AA | 95 | 7A | 0 | C | 1C | 21 | 22 | 16 | 39 |
| Octal | 252 | 225 | 172 | 0 | 14 | 34 | 41 | 42 | 26 | 71 |
| Binary | 10101010 | 10010101 | 1111010 | 0 | 1100 | 11100 | 100001 | 100010 | 10110 | 111001 |
Color Harmonies of #AA957A
Complementary color
Monochromatic Colors of #AA957A
Black with #AA957A
Text Example
Text Example
White with #AA957A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA957A; }
p { color: rgb(170,149,122); }
H1.HeaderClassName
{
color: #AA957A;
}
.AnyTagClassName
{
color: #AA957A;
}
</style>
background-color css
<style>
a { background-color: #AA957A; }
a { background-color: rgb(170,149,122); }
div.DivClassName
{
background-color: #AA957A;
}
.BgClassName
{
background-color: #AA957A;
}
</style>
border-color css
<style>
span { border-color: #AA957A; }
span { border-color: rgb(170,149,122); }
td.TdClassName
{
border-color: #AA957A;
}
.TagClassName
{
border-color: #AA957A;
}
</style>