Shades of Bronco #AD9D81
Tints of Bronco #AD9D81
RGB
CMYK
RGB Variations
Color information
#AD9D81 (or 0xAD9D81) is known color: Bronco. HEX triplet: AD, 9D and 81. RGB value is (173,157,129). Sum of RGB (Red+Green+Blue) = 173+157+129=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 157 (61.72% from 255 or 34.20% from 459); Blue value is 129 (50.78% from 255 or 28.10% from 459); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9D81 is #52627E. Grayscale: #9E9E9E. Windows color (decimal): -5399167 or 8494509. OLE color: 8494509.
HSL color Cylindrical-coordinate representation of color #AD9D81: hue angle of 38.18º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AD9D81 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 157 | 129 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.32 |
| HSL | 38.18º | 0.21% | 0.59% | - |
| HSV(B) | 38.18º | 0.25% | 0.68% | - |
| XYZ | 33.25 | 34.58 | 25.69 | - |
| YUV | 158.59 | 111.3 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 157 | 129 | 0 | 0.09 | 0.25 | 0.32 | 38.18 | 0.21 | 0.59 |
| Hex | AD | 9D | 81 | 0 | 9 | 19 | 20 | 26 | 15 | 3B |
| Octal | 255 | 235 | 201 | 0 | 11 | 31 | 40 | 46 | 25 | 73 |
| Binary | 10101101 | 10011101 | 10000001 | 0 | 1001 | 11001 | 100000 | 100110 | 10101 | 111011 |
Color Harmonies of #AD9D81
Complementary color
Monochromatic Colors of #AD9D81
Black with #AD9D81
Text Example
Text Example
White with #AD9D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9D81; }
p { color: rgb(173,157,129); }
H1.HeaderClassName
{
color: #AD9D81;
}
.AnyTagClassName
{
color: #AD9D81;
}
</style>
background-color css
<style>
a { background-color: #AD9D81; }
a { background-color: rgb(173,157,129); }
div.DivClassName
{
background-color: #AD9D81;
}
.BgClassName
{
background-color: #AD9D81;
}
</style>
border-color css
<style>
span { border-color: #AD9D81; }
span { border-color: rgb(173,157,129); }
td.TdClassName
{
border-color: #AD9D81;
}
.TagClassName
{
border-color: #AD9D81;
}
</style>