Shades of Bronco #A99A81
Tints of Bronco #A99A81
RGB
CMYK
RGB Variations
Color information
#A99A81 (or 0xA99A81) is known color: Bronco. HEX triplet: A9, 9A and 81. RGB value is (169,154,129). Sum of RGB (Red+Green+Blue) = 169+154+129=452 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.39% from 452); Green value is 154 (60.55% from 255 or 34.07% from 452); Blue value is 129 (50.78% from 255 or 28.54% from 452); Max value from RGB is 169 - color contains mainly: red. Hex color #A99A81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99A81 is #56657E. Grayscale: #9B9B9B. Windows color (decimal): -5662079 or 8493737. OLE color: 8493737.
HSL color Cylindrical-coordinate representation of color #A99A81: hue angle of 37.5º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A99A81 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 154 | 129 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.34 |
| HSL | 37.5º | 0.19% | 0.58% | - |
| HSV(B) | 37.5º | 0.24% | 0.66% | - |
| XYZ | 31.88 | 33.13 | 25.48 | - |
| YUV | 155.64 | 112.97 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 154 | 129 | 0 | 0.09 | 0.24 | 0.34 | 37.5 | 0.19 | 0.58 |
| Hex | A9 | 9A | 81 | 0 | 9 | 18 | 22 | 26 | 13 | 3A |
| Octal | 251 | 232 | 201 | 0 | 11 | 30 | 42 | 46 | 23 | 72 |
| Binary | 10101001 | 10011010 | 10000001 | 0 | 1001 | 11000 | 100010 | 100110 | 10011 | 111010 |
Color Harmonies of #A99A81
Complementary color
Monochromatic Colors of #A99A81
Black with #A99A81
Text Example
Text Example
White with #A99A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99A81; }
p { color: rgb(169,154,129); }
H1.HeaderClassName
{
color: #A99A81;
}
.AnyTagClassName
{
color: #A99A81;
}
</style>
background-color css
<style>
a { background-color: #A99A81; }
a { background-color: rgb(169,154,129); }
div.DivClassName
{
background-color: #A99A81;
}
.BgClassName
{
background-color: #A99A81;
}
</style>
border-color css
<style>
span { border-color: #A99A81; }
span { border-color: rgb(169,154,129); }
td.TdClassName
{
border-color: #A99A81;
}
.TagClassName
{
border-color: #A99A81;
}
</style>