Shades of Bronco #A99883
Tints of Bronco #A99883
RGB
CMYK
RGB Variations
Color information
#A99883 (or 0xA99883) is known color: Bronco. HEX triplet: A9, 98 and 83. RGB value is (169,152,131). Sum of RGB (Red+Green+Blue) = 169+152+131=452 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.39% from 452); Green value is 152 (59.77% from 255 or 33.63% from 452); Blue value is 131 (51.56% from 255 or 28.98% from 452); Max value from RGB is 169 - color contains mainly: red. Hex color #A99883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99883 is #56677C. Grayscale: #9A9A9A. Windows color (decimal): -5662589 or 8624297. OLE color: 8624297.
HSL color Cylindrical-coordinate representation of color #A99883: hue angle of 33.16º 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 #A99883 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 152 | 131 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.34 |
| HSL | 33.16º | 0.18% | 0.59% | - |
| HSV(B) | 33.16º | 0.22% | 0.66% | - |
| XYZ | 31.69 | 32.53 | 26.08 | - |
| YUV | 154.69 | 114.63 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 152 | 131 | 0 | 0.10 | 0.22 | 0.34 | 33.16 | 0.18 | 0.59 |
| Hex | A9 | 98 | 83 | 0 | A | 16 | 22 | 21 | 12 | 3B |
| Octal | 251 | 230 | 203 | 0 | 12 | 26 | 42 | 41 | 22 | 73 |
| Binary | 10101001 | 10011000 | 10000011 | 0 | 1010 | 10110 | 100010 | 100001 | 10010 | 111011 |
Color Harmonies of #A99883
Complementary color
Monochromatic Colors of #A99883
Black with #A99883
Text Example
Text Example
White with #A99883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99883; }
p { color: rgb(169,152,131); }
H1.HeaderClassName
{
color: #A99883;
}
.AnyTagClassName
{
color: #A99883;
}
</style>
background-color css
<style>
a { background-color: #A99883; }
a { background-color: rgb(169,152,131); }
div.DivClassName
{
background-color: #A99883;
}
.BgClassName
{
background-color: #A99883;
}
</style>
border-color css
<style>
span { border-color: #A99883; }
span { border-color: rgb(169,152,131); }
td.TdClassName
{
border-color: #A99883;
}
.TagClassName
{
border-color: #A99883;
}
</style>