Shades of Bronco #AD9A82
Tints of Bronco #AD9A82
RGB
CMYK
RGB Variations
Color information
#AD9A82 (or 0xAD9A82) is known color: Bronco. HEX triplet: AD, 9A and 82. RGB value is (173,154,130). Sum of RGB (Red+Green+Blue) = 173+154+130=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 130 (51.17% from 255 or 28.45% from 457); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9A82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9A82 is #52657D. Grayscale: #9D9D9D. Windows color (decimal): -5399934 or 8559277. OLE color: 8559277.
HSL color Cylindrical-coordinate representation of color #AD9A82: hue angle of 33.49º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AD9A82 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 154 | 130 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.32 |
| HSL | 33.49º | 0.21% | 0.59% | - |
| HSV(B) | 33.49º | 0.25% | 0.68% | - |
| XYZ | 32.82 | 33.61 | 25.88 | - |
| YUV | 156.95 | 112.79 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 154 | 130 | 0 | 0.11 | 0.25 | 0.32 | 33.49 | 0.21 | 0.59 |
| Hex | AD | 9A | 82 | 0 | B | 19 | 20 | 21 | 15 | 3B |
| Octal | 255 | 232 | 202 | 0 | 13 | 31 | 40 | 41 | 25 | 73 |
| Binary | 10101101 | 10011010 | 10000010 | 0 | 1011 | 11001 | 100000 | 100001 | 10101 | 111011 |
Color Harmonies of #AD9A82
Complementary color
Monochromatic Colors of #AD9A82
Black with #AD9A82
Text Example
Text Example
White with #AD9A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9A82; }
p { color: rgb(173,154,130); }
H1.HeaderClassName
{
color: #AD9A82;
}
.AnyTagClassName
{
color: #AD9A82;
}
</style>
background-color css
<style>
a { background-color: #AD9A82; }
a { background-color: rgb(173,154,130); }
div.DivClassName
{
background-color: #AD9A82;
}
.BgClassName
{
background-color: #AD9A82;
}
</style>
border-color css
<style>
span { border-color: #AD9A82; }
span { border-color: rgb(173,154,130); }
td.TdClassName
{
border-color: #AD9A82;
}
.TagClassName
{
border-color: #AD9A82;
}
</style>