Shades of Bronco #AA997B
Tints of Bronco #AA997B
RGB
CMYK
RGB Variations
Color information
#AA997B (or 0xAA997B) is known color: Bronco. HEX triplet: AA, 99 and 7B. RGB value is (170,153,123). Sum of RGB (Red+Green+Blue) = 170+153+123=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 153 (60.16% from 255 or 34.30% from 446); Blue value is 123 (48.44% from 255 or 27.58% from 446); Max value from RGB is 170 - color contains mainly: red. Hex color #AA997B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA997B is #556684. Grayscale: #9A9A9A. Windows color (decimal): -5596805 or 8100266. OLE color: 8100266.
HSL color Cylindrical-coordinate representation of color #AA997B: hue angle of 38.3º 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 #AA997B is Cyan = 0, Magento = 0.1, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 123 | - |
| CMYK | 0 | 0.1 | 0.28 | 0.33 |
| HSL | 38.3º | 0.22% | 0.57% | - |
| HSV(B) | 38.3º | 0.28% | 0.67% | - |
| XYZ | 31.54 | 32.76 | 23.4 | - |
| YUV | 154.66 | 110.13 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 123 | 0 | 0.1 | 0.28 | 0.33 | 38.3 | 0.22 | 0.57 |
| Hex | AA | 99 | 7B | 0 | A | 1C | 21 | 26 | 16 | 39 |
| Octal | 252 | 231 | 173 | 0 | 12 | 34 | 41 | 46 | 26 | 71 |
| Binary | 10101010 | 10011001 | 1111011 | 0 | 1010 | 11100 | 100001 | 100110 | 10110 | 111001 |
Color Harmonies of #AA997B
Complementary color
Monochromatic Colors of #AA997B
Black with #AA997B
Text Example
Text Example
White with #AA997B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA997B; }
p { color: rgb(170,153,123); }
H1.HeaderClassName
{
color: #AA997B;
}
.AnyTagClassName
{
color: #AA997B;
}
</style>
background-color css
<style>
a { background-color: #AA997B; }
a { background-color: rgb(170,153,123); }
div.DivClassName
{
background-color: #AA997B;
}
.BgClassName
{
background-color: #AA997B;
}
</style>
border-color css
<style>
span { border-color: #AA997B; }
span { border-color: rgb(170,153,123); }
td.TdClassName
{
border-color: #AA997B;
}
.TagClassName
{
border-color: #AA997B;
}
</style>