Shades of Bronco #A99B83
Tints of Bronco #A99B83
RGB
CMYK
RGB Variations
Color information
#A99B83 (or 0xA99B83) is known color: Bronco. HEX triplet: A9, 9B and 83. RGB value is (169,155,131). Sum of RGB (Red+Green+Blue) = 169+155+131=455 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.14% from 455); Green value is 155 (60.94% from 255 or 34.07% from 455); Blue value is 131 (51.56% from 255 or 28.79% from 455); Max value from RGB is 169 - color contains mainly: red. Hex color #A99B83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99B83 is #56647C. Grayscale: #9C9C9C. Windows color (decimal): -5661821 or 8625065. OLE color: 8625065.
HSL color Cylindrical-coordinate representation of color #A99B83: hue angle of 37.89º 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 #A99B83 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 155 | 131 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.34 |
| HSL | 37.89º | 0.18% | 0.59% | - |
| HSV(B) | 37.89º | 0.22% | 0.66% | - |
| XYZ | 32.18 | 33.52 | 26.25 | - |
| YUV | 156.45 | 113.64 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 155 | 131 | 0 | 0.08 | 0.22 | 0.34 | 37.89 | 0.18 | 0.59 |
| Hex | A9 | 9B | 83 | 0 | 8 | 16 | 22 | 26 | 12 | 3B |
| Octal | 251 | 233 | 203 | 0 | 10 | 26 | 42 | 46 | 22 | 73 |
| Binary | 10101001 | 10011011 | 10000011 | 0 | 1000 | 10110 | 100010 | 100110 | 10010 | 111011 |
Color Harmonies of #A99B83
Complementary color
Monochromatic Colors of #A99B83
Black with #A99B83
Text Example
Text Example
White with #A99B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99B83; }
p { color: rgb(169,155,131); }
H1.HeaderClassName
{
color: #A99B83;
}
.AnyTagClassName
{
color: #A99B83;
}
</style>
background-color css
<style>
a { background-color: #A99B83; }
a { background-color: rgb(169,155,131); }
div.DivClassName
{
background-color: #A99B83;
}
.BgClassName
{
background-color: #A99B83;
}
</style>
border-color css
<style>
span { border-color: #A99B83; }
span { border-color: rgb(169,155,131); }
td.TdClassName
{
border-color: #A99B83;
}
.TagClassName
{
border-color: #A99B83;
}
</style>