Shades of Bronco #AA9A85
Tints of Bronco #AA9A85
RGB
CMYK
RGB Variations
Color information
#AA9A85 (or 0xAA9A85) is known color: Bronco. HEX triplet: AA, 9A and 85. RGB value is (170,154,133). Sum of RGB (Red+Green+Blue) = 170+154+133=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 133 (52.34% from 255 or 29.10% from 457); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9A85 is #55657A. Grayscale: #9C9C9C. Windows color (decimal): -5596539 or 8755882. OLE color: 8755882.
HSL color Cylindrical-coordinate representation of color #AA9A85: hue angle of 34.05º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AA9A85 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 133 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.33 |
| HSL | 34.05º | 0.18% | 0.59% | - |
| HSV(B) | 34.05º | 0.22% | 0.67% | - |
| XYZ | 32.37 | 33.35 | 26.92 | - |
| YUV | 156.39 | 114.8 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 133 | 0 | 0.09 | 0.22 | 0.33 | 34.05 | 0.18 | 0.59 |
| Hex | AA | 9A | 85 | 0 | 9 | 16 | 21 | 22 | 12 | 3B |
| Octal | 252 | 232 | 205 | 0 | 11 | 26 | 41 | 42 | 22 | 73 |
| Binary | 10101010 | 10011010 | 10000101 | 0 | 1001 | 10110 | 100001 | 100010 | 10010 | 111011 |
Color Harmonies of #AA9A85
Complementary color
Monochromatic Colors of #AA9A85
Black with #AA9A85
Text Example
Text Example
White with #AA9A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9A85; }
p { color: rgb(170,154,133); }
H1.HeaderClassName
{
color: #AA9A85;
}
.AnyTagClassName
{
color: #AA9A85;
}
</style>
background-color css
<style>
a { background-color: #AA9A85; }
a { background-color: rgb(170,154,133); }
div.DivClassName
{
background-color: #AA9A85;
}
.BgClassName
{
background-color: #AA9A85;
}
</style>
border-color css
<style>
span { border-color: #AA9A85; }
span { border-color: rgb(170,154,133); }
td.TdClassName
{
border-color: #AA9A85;
}
.TagClassName
{
border-color: #AA9A85;
}
</style>