Shades of Bronco #AD967B
Tints of Bronco #AD967B
RGB
CMYK
RGB Variations
Color information
#AD967B (or 0xAD967B) is known color: Bronco. HEX triplet: AD, 96 and 7B. RGB value is (173,150,123). Sum of RGB (Red+Green+Blue) = 173+150+123=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 123 (48.44% from 255 or 27.58% from 446); Max value from RGB is 173 - color contains mainly: red. Hex color #AD967B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD967B is #526984. Grayscale: #999999. Windows color (decimal): -5400965 or 8099501. OLE color: 8099501.
HSL color Cylindrical-coordinate representation of color #AD967B: hue angle of 32.4º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD967B is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 150 | 123 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.32 |
| HSL | 32.4º | 0.23% | 0.58% | - |
| HSV(B) | 32.4º | 0.29% | 0.68% | - |
| XYZ | 31.72 | 32.13 | 23.27 | - |
| YUV | 153.8 | 110.62 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 150 | 123 | 0 | 0.13 | 0.29 | 0.32 | 32.4 | 0.23 | 0.58 |
| Hex | AD | 96 | 7B | 0 | D | 1D | 20 | 20 | 17 | 3A |
| Octal | 255 | 226 | 173 | 0 | 15 | 35 | 40 | 40 | 27 | 72 |
| Binary | 10101101 | 10010110 | 1111011 | 0 | 1101 | 11101 | 100000 | 100000 | 10111 | 111010 |
Color Harmonies of #AD967B
Complementary color
Monochromatic Colors of #AD967B
Black with #AD967B
Text Example
Text Example
White with #AD967B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD967B; }
p { color: rgb(173,150,123); }
H1.HeaderClassName
{
color: #AD967B;
}
.AnyTagClassName
{
color: #AD967B;
}
</style>
background-color css
<style>
a { background-color: #AD967B; }
a { background-color: rgb(173,150,123); }
div.DivClassName
{
background-color: #AD967B;
}
.BgClassName
{
background-color: #AD967B;
}
</style>
border-color css
<style>
span { border-color: #AD967B; }
span { border-color: rgb(173,150,123); }
td.TdClassName
{
border-color: #AD967B;
}
.TagClassName
{
border-color: #AD967B;
}
</style>