Shades of Bronco #AD9A83
Tints of Bronco #AD9A83
RGB
CMYK
RGB Variations
Color information
#AD9A83 (or 0xAD9A83) is known color: Bronco. HEX triplet: AD, 9A and 83. RGB value is (173,154,131). Sum of RGB (Red+Green+Blue) = 173+154+131=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 154 (60.55% from 255 or 33.62% from 458); Blue value is 131 (51.56% from 255 or 28.60% from 458); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9A83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9A83 is #52657C. Grayscale: #9D9D9D. Windows color (decimal): -5399933 or 8624813. OLE color: 8624813.
HSL color Cylindrical-coordinate representation of color #AD9A83: hue angle of 32.86º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD9A83 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 154 | 131 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.32 |
| HSL | 32.86º | 0.2% | 0.6% | - |
| HSV(B) | 32.86º | 0.24% | 0.68% | - |
| XYZ | 32.89 | 33.63 | 26.23 | - |
| YUV | 157.06 | 113.29 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 154 | 131 | 0 | 0.11 | 0.24 | 0.32 | 32.86 | 0.2 | 0.6 |
| Hex | AD | 9A | 83 | 0 | B | 18 | 20 | 21 | 14 | 3C |
| Octal | 255 | 232 | 203 | 0 | 13 | 30 | 40 | 41 | 24 | 74 |
| Binary | 10101101 | 10011010 | 10000011 | 0 | 1011 | 11000 | 100000 | 100001 | 10100 | 111100 |
Color Harmonies of #AD9A83
Complementary color
Monochromatic Colors of #AD9A83
Black with #AD9A83
Text Example
Text Example
White with #AD9A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9A83; }
p { color: rgb(173,154,131); }
H1.HeaderClassName
{
color: #AD9A83;
}
.AnyTagClassName
{
color: #AD9A83;
}
</style>
background-color css
<style>
a { background-color: #AD9A83; }
a { background-color: rgb(173,154,131); }
div.DivClassName
{
background-color: #AD9A83;
}
.BgClassName
{
background-color: #AD9A83;
}
</style>
border-color css
<style>
span { border-color: #AD9A83; }
span { border-color: rgb(173,154,131); }
td.TdClassName
{
border-color: #AD9A83;
}
.TagClassName
{
border-color: #AD9A83;
}
</style>