Shades of Bronco #A99884
Tints of Bronco #A99884
RGB
CMYK
RGB Variations
Color information
#A99884 (or 0xA99884) is known color: Bronco. HEX triplet: A9, 98 and 84. RGB value is (169,152,132). Sum of RGB (Red+Green+Blue) = 169+152+132=453 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.31% from 453); Green value is 152 (59.77% from 255 or 33.55% from 453); Blue value is 132 (51.95% from 255 or 29.14% from 453); Max value from RGB is 169 - color contains mainly: red. Hex color #A99884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99884 is #56677B. Grayscale: #9A9A9A. Windows color (decimal): -5662588 or 8689833. OLE color: 8689833.
HSL color Cylindrical-coordinate representation of color #A99884: hue angle of 32.43º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A99884 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 152 | 132 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.34 |
| HSL | 32.43º | 0.18% | 0.59% | - |
| HSV(B) | 32.43º | 0.22% | 0.66% | - |
| XYZ | 31.76 | 32.56 | 26.44 | - |
| YUV | 154.8 | 115.13 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 152 | 132 | 0 | 0.10 | 0.22 | 0.34 | 32.43 | 0.18 | 0.59 |
| Hex | A9 | 98 | 84 | 0 | A | 16 | 22 | 20 | 12 | 3B |
| Octal | 251 | 230 | 204 | 0 | 12 | 26 | 42 | 40 | 22 | 73 |
| Binary | 10101001 | 10011000 | 10000100 | 0 | 1010 | 10110 | 100010 | 100000 | 10010 | 111011 |
Color Harmonies of #A99884
Complementary color
Monochromatic Colors of #A99884
Black with #A99884
Text Example
Text Example
White with #A99884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99884; }
p { color: rgb(169,152,132); }
H1.HeaderClassName
{
color: #A99884;
}
.AnyTagClassName
{
color: #A99884;
}
</style>
background-color css
<style>
a { background-color: #A99884; }
a { background-color: rgb(169,152,132); }
div.DivClassName
{
background-color: #A99884;
}
.BgClassName
{
background-color: #A99884;
}
</style>
border-color css
<style>
span { border-color: #A99884; }
span { border-color: rgb(169,152,132); }
td.TdClassName
{
border-color: #A99884;
}
.TagClassName
{
border-color: #A99884;
}
</style>