Shades of Bronco #AD9E7F
Tints of Bronco #AD9E7F
RGB
CMYK
RGB Variations
Color information
#AD9E7F (or 0xAD9E7F) is known color: Bronco. HEX triplet: AD, 9E and 7F. RGB value is (173,158,127). Sum of RGB (Red+Green+Blue) = 173+158+127=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 158 (62.11% from 255 or 34.50% from 458); Blue value is 127 (50% from 255 or 27.73% from 458); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9E7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9E7F is #526180. Grayscale: #9F9F9F. Windows color (decimal): -5398913 or 8363693. OLE color: 8363693.
HSL color Cylindrical-coordinate representation of color #AD9E7F: hue angle of 40.43º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD9E7F is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 158 | 127 | - |
CMYK | 0 | 0.09 | 0.27 | 0.32 |
HSL | 40.43º | 0.22% | 0.59% | - |
HSV(B) | 40.43º | 0.27% | 0.68% | - |
XYZ | 33.29 | 34.87 | 25.05 | - |
YUV | 158.95 | 109.97 | 138.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 158 | 127 | 0 | 0.09 | 0.27 | 0.32 | 40.43 | 0.22 | 0.59 |
Hex | AD | 9E | 7F | 0 | 9 | 1B | 20 | 28 | 16 | 3B |
Octal | 255 | 236 | 177 | 0 | 11 | 33 | 40 | 50 | 26 | 73 |
Binary | 10101101 | 10011110 | 1111111 | 0 | 1001 | 11011 | 100000 | 101000 | 10110 | 111011 |
Color Harmonies of #AD9E7F
Complementary color
Monochromatic Colors of #AD9E7F
Black with #AD9E7F
Text Example
Text Example
White with #AD9E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9E7F; }
p { color: rgb(173,158,127); }
H1.HeaderClassName
{
color: #AD9E7F;
}
.AnyTagClassName
{
color: #AD9E7F;
}
</style>
background-color css
<style>
a { background-color: #AD9E7F; }
a { background-color: rgb(173,158,127); }
div.DivClassName
{
background-color: #AD9E7F;
}
.BgClassName
{
background-color: #AD9E7F;
}
</style>
border-color css
<style>
span { border-color: #AD9E7F; }
span { border-color: rgb(173,158,127); }
td.TdClassName
{
border-color: #AD9E7F;
}
.TagClassName
{
border-color: #AD9E7F;
}
</style>