Shades of Bronco #AD967A
Tints of Bronco #AD967A
RGB
CMYK
RGB Variations
Color information
#AD967A (or 0xAD967A) is known color: Bronco. HEX triplet: AD, 96 and 7A. RGB value is (173,150,122). Sum of RGB (Red+Green+Blue) = 173+150+122=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 173 - color contains mainly: red. Hex color #AD967A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD967A is #526985. Grayscale: #999999. Windows color (decimal): -5400966 or 8033965. OLE color: 8033965.
HSL color Cylindrical-coordinate representation of color #AD967A: hue angle of 32.94º degrees, saturation: 0.24, 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 #AD967A is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 150 | 122 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.32 |
| HSL | 32.94º | 0.24% | 0.58% | - |
| HSV(B) | 32.94º | 0.29% | 0.68% | - |
| XYZ | 31.65 | 32.1 | 22.94 | - |
| YUV | 153.69 | 110.12 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 150 | 122 | 0 | 0.13 | 0.29 | 0.32 | 32.94 | 0.24 | 0.58 |
| Hex | AD | 96 | 7A | 0 | D | 1D | 20 | 21 | 18 | 3A |
| Octal | 255 | 226 | 172 | 0 | 15 | 35 | 40 | 41 | 30 | 72 |
| Binary | 10101101 | 10010110 | 1111010 | 0 | 1101 | 11101 | 100000 | 100001 | 11000 | 111010 |
Color Harmonies of #AD967A
Complementary color
Monochromatic Colors of #AD967A
Black with #AD967A
Text Example
Text Example
White with #AD967A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD967A; }
p { color: rgb(173,150,122); }
H1.HeaderClassName
{
color: #AD967A;
}
.AnyTagClassName
{
color: #AD967A;
}
</style>
background-color css
<style>
a { background-color: #AD967A; }
a { background-color: rgb(173,150,122); }
div.DivClassName
{
background-color: #AD967A;
}
.BgClassName
{
background-color: #AD967A;
}
</style>
border-color css
<style>
span { border-color: #AD967A; }
span { border-color: rgb(173,150,122); }
td.TdClassName
{
border-color: #AD967A;
}
.TagClassName
{
border-color: #AD967A;
}
</style>