Shades of Bronco #A99880
Tints of Bronco #A99880
RGB
CMYK
RGB Variations
Color information
#A99880 (or 0xA99880) is known color: Bronco. HEX triplet: A9, 98 and 80. RGB value is (169,152,128). Sum of RGB (Red+Green+Blue) = 169+152+128=449 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.64% from 449); Green value is 152 (59.77% from 255 or 33.85% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 169 - color contains mainly: red. Hex color #A99880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99880 is #56677F. Grayscale: #9A9A9A. Windows color (decimal): -5662592 or 8427689. OLE color: 8427689.
HSL color Cylindrical-coordinate representation of color #A99880: hue angle of 35.12º 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 #A99880 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 152 | 128 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.34 |
| HSL | 35.12º | 0.19% | 0.58% | - |
| HSV(B) | 35.12º | 0.24% | 0.66% | - |
| XYZ | 31.49 | 32.45 | 25.03 | - |
| YUV | 154.35 | 113.13 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 152 | 128 | 0 | 0.10 | 0.24 | 0.34 | 35.12 | 0.19 | 0.58 |
| Hex | A9 | 98 | 80 | 0 | A | 18 | 22 | 23 | 13 | 3A |
| Octal | 251 | 230 | 200 | 0 | 12 | 30 | 42 | 43 | 23 | 72 |
| Binary | 10101001 | 10011000 | 10000000 | 0 | 1010 | 11000 | 100010 | 100011 | 10011 | 111010 |
Color Harmonies of #A99880
Complementary color
Monochromatic Colors of #A99880
Black with #A99880
Text Example
Text Example
White with #A99880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99880; }
p { color: rgb(169,152,128); }
H1.HeaderClassName
{
color: #A99880;
}
.AnyTagClassName
{
color: #A99880;
}
</style>
background-color css
<style>
a { background-color: #A99880; }
a { background-color: rgb(169,152,128); }
div.DivClassName
{
background-color: #A99880;
}
.BgClassName
{
background-color: #A99880;
}
</style>
border-color css
<style>
span { border-color: #A99880; }
span { border-color: rgb(169,152,128); }
td.TdClassName
{
border-color: #A99880;
}
.TagClassName
{
border-color: #A99880;
}
</style>