Shades of Bronco #AD997C
Tints of Bronco #AD997C
RGB
CMYK
RGB Variations
Color information
#AD997C (or 0xAD997C) is known color: Bronco. HEX triplet: AD, 99 and 7C. RGB value is (173,153,124). Sum of RGB (Red+Green+Blue) = 173+153+124=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 153 (60.16% from 255 or 34% from 450); Blue value is 124 (48.83% from 255 or 27.56% from 450); Max value from RGB is 173 - color contains mainly: red. Hex color #AD997C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD997C is #526683. Grayscale: #9B9B9B. Windows color (decimal): -5400196 or 8165805. OLE color: 8165805.
HSL color Cylindrical-coordinate representation of color #AD997C: hue angle of 35.51º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD997C is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 153 | 124 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.32 |
| HSL | 35.51º | 0.23% | 0.58% | - |
| HSV(B) | 35.51º | 0.28% | 0.68% | - |
| XYZ | 32.26 | 33.12 | 23.76 | - |
| YUV | 155.67 | 110.13 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 153 | 124 | 0 | 0.12 | 0.28 | 0.32 | 35.51 | 0.23 | 0.58 |
| Hex | AD | 99 | 7C | 0 | C | 1C | 20 | 24 | 17 | 3A |
| Octal | 255 | 231 | 174 | 0 | 14 | 34 | 40 | 44 | 27 | 72 |
| Binary | 10101101 | 10011001 | 1111100 | 0 | 1100 | 11100 | 100000 | 100100 | 10111 | 111010 |
Color Harmonies of #AD997C
Complementary color
Monochromatic Colors of #AD997C
Black with #AD997C
Text Example
Text Example
White with #AD997C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD997C; }
p { color: rgb(173,153,124); }
H1.HeaderClassName
{
color: #AD997C;
}
.AnyTagClassName
{
color: #AD997C;
}
</style>
background-color css
<style>
a { background-color: #AD997C; }
a { background-color: rgb(173,153,124); }
div.DivClassName
{
background-color: #AD997C;
}
.BgClassName
{
background-color: #AD997C;
}
</style>
border-color css
<style>
span { border-color: #AD997C; }
span { border-color: rgb(173,153,124); }
td.TdClassName
{
border-color: #AD997C;
}
.TagClassName
{
border-color: #AD997C;
}
</style>