Shades of Bronco #AD9A7F
Tints of Bronco #AD9A7F
RGB
CMYK
RGB Variations
Color information
#AD9A7F (or 0xAD9A7F) is known color: Bronco. HEX triplet: AD, 9A and 7F. RGB value is (173,154,127). Sum of RGB (Red+Green+Blue) = 173+154+127=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 154 (60.55% from 255 or 33.92% from 454); Blue value is 127 (50% from 255 or 27.97% from 454); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9A7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9A7F is #526580. Grayscale: #9C9C9C. Windows color (decimal): -5399937 or 8362669. OLE color: 8362669.
HSL color Cylindrical-coordinate representation of color #AD9A7F: hue angle of 35.22º 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 #AD9A7F is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 154 | 127 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.32 |
| HSL | 35.22º | 0.22% | 0.59% | - |
| HSV(B) | 35.22º | 0.27% | 0.68% | - |
| XYZ | 32.62 | 33.53 | 24.83 | - |
| YUV | 156.6 | 111.29 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 154 | 127 | 0 | 0.11 | 0.27 | 0.32 | 35.22 | 0.22 | 0.59 |
| Hex | AD | 9A | 7F | 0 | B | 1B | 20 | 23 | 16 | 3B |
| Octal | 255 | 232 | 177 | 0 | 13 | 33 | 40 | 43 | 26 | 73 |
| Binary | 10101101 | 10011010 | 1111111 | 0 | 1011 | 11011 | 100000 | 100011 | 10110 | 111011 |
Color Harmonies of #AD9A7F
Complementary color
Monochromatic Colors of #AD9A7F
Black with #AD9A7F
Text Example
Text Example
White with #AD9A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9A7F; }
p { color: rgb(173,154,127); }
H1.HeaderClassName
{
color: #AD9A7F;
}
.AnyTagClassName
{
color: #AD9A7F;
}
</style>
background-color css
<style>
a { background-color: #AD9A7F; }
a { background-color: rgb(173,154,127); }
div.DivClassName
{
background-color: #AD9A7F;
}
.BgClassName
{
background-color: #AD9A7F;
}
</style>
border-color css
<style>
span { border-color: #AD9A7F; }
span { border-color: rgb(173,154,127); }
td.TdClassName
{
border-color: #AD9A7F;
}
.TagClassName
{
border-color: #AD9A7F;
}
</style>