Shades of Bronco #AA9A7E
Tints of Bronco #AA9A7E
RGB
CMYK
RGB Variations
Color information
#AA9A7E (or 0xAA9A7E) is known color: Bronco. HEX triplet: AA, 9A and 7E. RGB value is (170,154,126). Sum of RGB (Red+Green+Blue) = 170+154+126=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 154 (60.55% from 255 or 34.22% from 450); Blue value is 126 (49.61% from 255 or 28% from 450); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9A7E is #556581. Grayscale: #9B9B9B. Windows color (decimal): -5596546 or 8297130. OLE color: 8297130.
HSL color Cylindrical-coordinate representation of color #AA9A7E: hue angle of 38.18º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AA9A7E is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 126 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.33 |
| HSL | 38.18º | 0.21% | 0.58% | - |
| HSV(B) | 38.18º | 0.26% | 0.67% | - |
| XYZ | 31.9 | 33.16 | 24.46 | - |
| YUV | 155.59 | 111.3 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 126 | 0 | 0.09 | 0.26 | 0.33 | 38.18 | 0.21 | 0.58 |
| Hex | AA | 9A | 7E | 0 | 9 | 1A | 21 | 26 | 15 | 3A |
| Octal | 252 | 232 | 176 | 0 | 11 | 32 | 41 | 46 | 25 | 72 |
| Binary | 10101010 | 10011010 | 1111110 | 0 | 1001 | 11010 | 100001 | 100110 | 10101 | 111010 |
Color Harmonies of #AA9A7E
Complementary color
Monochromatic Colors of #AA9A7E
Black with #AA9A7E
Text Example
Text Example
White with #AA9A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9A7E; }
p { color: rgb(170,154,126); }
H1.HeaderClassName
{
color: #AA9A7E;
}
.AnyTagClassName
{
color: #AA9A7E;
}
</style>
background-color css
<style>
a { background-color: #AA9A7E; }
a { background-color: rgb(170,154,126); }
div.DivClassName
{
background-color: #AA9A7E;
}
.BgClassName
{
background-color: #AA9A7E;
}
</style>
border-color css
<style>
span { border-color: #AA9A7E; }
span { border-color: rgb(170,154,126); }
td.TdClassName
{
border-color: #AA9A7E;
}
.TagClassName
{
border-color: #AA9A7E;
}
</style>