Shades of Bronco #AD9A80
Tints of Bronco #AD9A80
RGB
CMYK
RGB Variations
Color information
#AD9A80 (or 0xAD9A80) is known color: Bronco. HEX triplet: AD, 9A and 80. RGB value is (173,154,128). Sum of RGB (Red+Green+Blue) = 173+154+128=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 154 (60.55% from 255 or 33.85% from 455); Blue value is 128 (50.39% from 255 or 28.13% from 455); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9A80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9A80 is #52657F. Grayscale: #9C9C9C. Windows color (decimal): -5399936 or 8428205. OLE color: 8428205.
HSL color Cylindrical-coordinate representation of color #AD9A80: hue angle of 34.67º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AD9A80 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 154 | 128 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.32 |
| HSL | 34.67º | 0.22% | 0.59% | - |
| HSV(B) | 34.67º | 0.26% | 0.68% | - |
| XYZ | 32.69 | 33.55 | 25.18 | - |
| YUV | 156.72 | 111.79 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 154 | 128 | 0 | 0.11 | 0.26 | 0.32 | 34.67 | 0.22 | 0.59 |
| Hex | AD | 9A | 80 | 0 | B | 1A | 20 | 23 | 16 | 3B |
| Octal | 255 | 232 | 200 | 0 | 13 | 32 | 40 | 43 | 26 | 73 |
| Binary | 10101101 | 10011010 | 10000000 | 0 | 1011 | 11010 | 100000 | 100011 | 10110 | 111011 |
Color Harmonies of #AD9A80
Complementary color
Monochromatic Colors of #AD9A80
Black with #AD9A80
Text Example
Text Example
White with #AD9A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9A80; }
p { color: rgb(173,154,128); }
H1.HeaderClassName
{
color: #AD9A80;
}
.AnyTagClassName
{
color: #AD9A80;
}
</style>
background-color css
<style>
a { background-color: #AD9A80; }
a { background-color: rgb(173,154,128); }
div.DivClassName
{
background-color: #AD9A80;
}
.BgClassName
{
background-color: #AD9A80;
}
</style>
border-color css
<style>
span { border-color: #AD9A80; }
span { border-color: rgb(173,154,128); }
td.TdClassName
{
border-color: #AD9A80;
}
.TagClassName
{
border-color: #AD9A80;
}
</style>