Shades of Bronco #AA997F
Tints of Bronco #AA997F
RGB
CMYK
RGB Variations
Color information
#AA997F (or 0xAA997F) is known color: Bronco. HEX triplet: AA, 99 and 7F. RGB value is (170,153,127). Sum of RGB (Red+Green+Blue) = 170+153+127=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 153 (60.16% from 255 or 34% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 170 - color contains mainly: red. Hex color #AA997F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA997F is #556680. Grayscale: #9B9B9B. Windows color (decimal): -5596801 or 8362410. OLE color: 8362410.
HSL color Cylindrical-coordinate representation of color #AA997F: hue angle of 36.28º 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 #AA997F is Cyan = 0, Magento = 0.1, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 127 | - |
| CMYK | 0 | 0.1 | 0.25 | 0.33 |
| HSL | 36.28º | 0.2% | 0.58% | - |
| HSV(B) | 36.28º | 0.25% | 0.67% | - |
| XYZ | 31.8 | 32.86 | 24.75 | - |
| YUV | 155.12 | 112.13 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 127 | 0 | 0.1 | 0.25 | 0.33 | 36.28 | 0.2 | 0.58 |
| Hex | AA | 99 | 7F | 0 | A | 19 | 21 | 24 | 14 | 3A |
| Octal | 252 | 231 | 177 | 0 | 12 | 31 | 41 | 44 | 24 | 72 |
| Binary | 10101010 | 10011001 | 1111111 | 0 | 1010 | 11001 | 100001 | 100100 | 10100 | 111010 |
Color Harmonies of #AA997F
Complementary color
Monochromatic Colors of #AA997F
Black with #AA997F
Text Example
Text Example
White with #AA997F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA997F; }
p { color: rgb(170,153,127); }
H1.HeaderClassName
{
color: #AA997F;
}
.AnyTagClassName
{
color: #AA997F;
}
</style>
background-color css
<style>
a { background-color: #AA997F; }
a { background-color: rgb(170,153,127); }
div.DivClassName
{
background-color: #AA997F;
}
.BgClassName
{
background-color: #AA997F;
}
</style>
border-color css
<style>
span { border-color: #AA997F; }
span { border-color: rgb(170,153,127); }
td.TdClassName
{
border-color: #AA997F;
}
.TagClassName
{
border-color: #AA997F;
}
</style>