Shades of Bronco #AA9781
Tints of Bronco #AA9781
RGB
CMYK
RGB Variations
Color information
#AA9781 (or 0xAA9781) is known color: Bronco. HEX triplet: AA, 97 and 81. RGB value is (170,151,129). Sum of RGB (Red+Green+Blue) = 170+151+129=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 151 (59.38% from 255 or 33.56% from 450); Blue value is 129 (50.78% from 255 or 28.67% from 450); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9781 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9781 is #55687E. Grayscale: #9A9A9A. Windows color (decimal): -5597311 or 8492970. OLE color: 8492970.
HSL color Cylindrical-coordinate representation of color #AA9781: hue angle of 32.2º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AA9781 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 129 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.33 |
| HSL | 32.2º | 0.19% | 0.59% | - |
| HSV(B) | 32.2º | 0.24% | 0.67% | - |
| XYZ | 31.61 | 32.26 | 25.33 | - |
| YUV | 154.17 | 113.79 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 129 | 0 | 0.11 | 0.24 | 0.33 | 32.2 | 0.19 | 0.59 |
| Hex | AA | 97 | 81 | 0 | B | 18 | 21 | 20 | 13 | 3B |
| Octal | 252 | 227 | 201 | 0 | 13 | 30 | 41 | 40 | 23 | 73 |
| Binary | 10101010 | 10010111 | 10000001 | 0 | 1011 | 11000 | 100001 | 100000 | 10011 | 111011 |
Color Harmonies of #AA9781
Complementary color
Monochromatic Colors of #AA9781
Black with #AA9781
Text Example
Text Example
White with #AA9781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9781; }
p { color: rgb(170,151,129); }
H1.HeaderClassName
{
color: #AA9781;
}
.AnyTagClassName
{
color: #AA9781;
}
</style>
background-color css
<style>
a { background-color: #AA9781; }
a { background-color: rgb(170,151,129); }
div.DivClassName
{
background-color: #AA9781;
}
.BgClassName
{
background-color: #AA9781;
}
</style>
border-color css
<style>
span { border-color: #AA9781; }
span { border-color: rgb(170,151,129); }
td.TdClassName
{
border-color: #AA9781;
}
.TagClassName
{
border-color: #AA9781;
}
</style>