Shades of Bronco #AA9C7D
Tints of Bronco #AA9C7D
RGB
CMYK
RGB Variations
Color information
#AA9C7D (or 0xAA9C7D) is known color: Bronco. HEX triplet: AA, 9C and 7D. RGB value is (170,156,125). Sum of RGB (Red+Green+Blue) = 170+156+125=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 156 (61.33% from 255 or 34.59% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9C7D is #556382. Grayscale: #9C9C9C. Windows color (decimal): -5596035 or 8232106. OLE color: 8232106.
HSL color Cylindrical-coordinate representation of color #AA9C7D: hue angle of 41.33º 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 #AA9C7D is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 156 | 125 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.33 |
| HSL | 41.33º | 0.21% | 0.58% | - |
| HSV(B) | 41.33º | 0.26% | 0.67% | - |
| XYZ | 32.17 | 33.8 | 24.23 | - |
| YUV | 156.65 | 110.14 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 125 | 0 | 0.08 | 0.26 | 0.33 | 41.33 | 0.21 | 0.58 |
| Hex | AA | 9C | 7D | 0 | 8 | 1A | 21 | 29 | 15 | 3A |
| Octal | 252 | 234 | 175 | 0 | 10 | 32 | 41 | 51 | 25 | 72 |
| Binary | 10101010 | 10011100 | 1111101 | 0 | 1000 | 11010 | 100001 | 101001 | 10101 | 111010 |
Color Harmonies of #AA9C7D
Complementary color
Monochromatic Colors of #AA9C7D
Black with #AA9C7D
Text Example
Text Example
White with #AA9C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9C7D; }
p { color: rgb(170,156,125); }
H1.HeaderClassName
{
color: #AA9C7D;
}
.AnyTagClassName
{
color: #AA9C7D;
}
</style>
background-color css
<style>
a { background-color: #AA9C7D; }
a { background-color: rgb(170,156,125); }
div.DivClassName
{
background-color: #AA9C7D;
}
.BgClassName
{
background-color: #AA9C7D;
}
</style>
border-color css
<style>
span { border-color: #AA9C7D; }
span { border-color: rgb(170,156,125); }
td.TdClassName
{
border-color: #AA9C7D;
}
.TagClassName
{
border-color: #AA9C7D;
}
</style>