Shades of Bronco #A99881
Tints of Bronco #A99881
RGB
CMYK
RGB Variations
Color information
#A99881 (or 0xA99881) is known color: Bronco. HEX triplet: A9, 98 and 81. RGB value is (169,152,129). Sum of RGB (Red+Green+Blue) = 169+152+129=450 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.56% from 450); Green value is 152 (59.77% from 255 or 33.78% from 450); Blue value is 129 (50.78% from 255 or 28.67% from 450); Max value from RGB is 169 - color contains mainly: red. Hex color #A99881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99881 is #56677E. Grayscale: #9A9A9A. Windows color (decimal): -5662591 or 8493225. OLE color: 8493225.
HSL color Cylindrical-coordinate representation of color #A99881: hue angle of 34.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 #A99881 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 152 | 129 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.34 |
| HSL | 34.5º | 0.19% | 0.58% | - |
| HSV(B) | 34.5º | 0.24% | 0.66% | - |
| XYZ | 31.55 | 32.48 | 25.37 | - |
| YUV | 154.46 | 113.63 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 152 | 129 | 0 | 0.10 | 0.24 | 0.34 | 34.5 | 0.19 | 0.58 |
| Hex | A9 | 98 | 81 | 0 | A | 18 | 22 | 22 | 13 | 3A |
| Octal | 251 | 230 | 201 | 0 | 12 | 30 | 42 | 42 | 23 | 72 |
| Binary | 10101001 | 10011000 | 10000001 | 0 | 1010 | 11000 | 100010 | 100010 | 10011 | 111010 |
Color Harmonies of #A99881
Complementary color
Monochromatic Colors of #A99881
Black with #A99881
Text Example
Text Example
White with #A99881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99881; }
p { color: rgb(169,152,129); }
H1.HeaderClassName
{
color: #A99881;
}
.AnyTagClassName
{
color: #A99881;
}
</style>
background-color css
<style>
a { background-color: #A99881; }
a { background-color: rgb(169,152,129); }
div.DivClassName
{
background-color: #A99881;
}
.BgClassName
{
background-color: #A99881;
}
</style>
border-color css
<style>
span { border-color: #A99881; }
span { border-color: rgb(169,152,129); }
td.TdClassName
{
border-color: #A99881;
}
.TagClassName
{
border-color: #A99881;
}
</style>