Shades of Bronco #AA957F
Tints of Bronco #AA957F
RGB
CMYK
RGB Variations
Color information
#AA957F (or 0xAA957F) is known color: Bronco. HEX triplet: AA, 95 and 7F. RGB value is (170,149,127). Sum of RGB (Red+Green+Blue) = 170+149+127=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 149 (58.59% from 255 or 33.41% from 446); Blue value is 127 (50% from 255 or 28.48% from 446); Max value from RGB is 170 - color contains mainly: red. Hex color #AA957F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA957F is #556A80. Grayscale: #989898. Windows color (decimal): -5597825 or 8361386. OLE color: 8361386.
HSL color Cylindrical-coordinate representation of color #AA957F: hue angle of 30.7º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AA957F is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 149 | 127 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.33 |
| HSL | 30.7º | 0.2% | 0.58% | - |
| HSV(B) | 30.7º | 0.25% | 0.67% | - |
| XYZ | 31.16 | 31.57 | 24.53 | - |
| YUV | 152.77 | 113.46 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 149 | 127 | 0 | 0.12 | 0.25 | 0.33 | 30.7 | 0.2 | 0.58 |
| Hex | AA | 95 | 7F | 0 | C | 19 | 21 | 1F | 14 | 3A |
| Octal | 252 | 225 | 177 | 0 | 14 | 31 | 41 | 37 | 24 | 72 |
| Binary | 10101010 | 10010101 | 1111111 | 0 | 1100 | 11001 | 100001 | 11111 | 10100 | 111010 |
Color Harmonies of #AA957F
Complementary color
Monochromatic Colors of #AA957F
Black with #AA957F
Text Example
Text Example
White with #AA957F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA957F; }
p { color: rgb(170,149,127); }
H1.HeaderClassName
{
color: #AA957F;
}
.AnyTagClassName
{
color: #AA957F;
}
</style>
background-color css
<style>
a { background-color: #AA957F; }
a { background-color: rgb(170,149,127); }
div.DivClassName
{
background-color: #AA957F;
}
.BgClassName
{
background-color: #AA957F;
}
</style>
border-color css
<style>
span { border-color: #AA957F; }
span { border-color: rgb(170,149,127); }
td.TdClassName
{
border-color: #AA957F;
}
.TagClassName
{
border-color: #AA957F;
}
</style>