Shades of Bronco #AD9A78
Tints of Bronco #AD9A78
RGB
CMYK
RGB Variations
Color information
#AD9A78 (or 0xAD9A78) is known color: Bronco. HEX triplet: AD, 9A and 78. RGB value is (173,154,120). Sum of RGB (Red+Green+Blue) = 173+154+120=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 154 (60.55% from 255 or 34.45% from 447); Blue value is 120 (47.27% from 255 or 26.85% from 447); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9A78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9A78 is #526587. Grayscale: #9B9B9B. Windows color (decimal): -5399944 or 7903917. OLE color: 7903917.
HSL color Cylindrical-coordinate representation of color #AD9A78: hue angle of 38.49º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD9A78 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 154 | 120 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.32 |
| HSL | 38.49º | 0.24% | 0.57% | - |
| HSV(B) | 38.49º | 0.31% | 0.68% | - |
| XYZ | 32.18 | 33.35 | 22.51 | - |
| YUV | 155.81 | 107.79 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 154 | 120 | 0 | 0.11 | 0.31 | 0.32 | 38.49 | 0.24 | 0.57 |
| Hex | AD | 9A | 78 | 0 | B | 1F | 20 | 26 | 18 | 39 |
| Octal | 255 | 232 | 170 | 0 | 13 | 37 | 40 | 46 | 30 | 71 |
| Binary | 10101101 | 10011010 | 1111000 | 0 | 1011 | 11111 | 100000 | 100110 | 11000 | 111001 |
Color Harmonies of #AD9A78
Complementary color
Monochromatic Colors of #AD9A78
Black with #AD9A78
Text Example
Text Example
White with #AD9A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9A78; }
p { color: rgb(173,154,120); }
H1.HeaderClassName
{
color: #AD9A78;
}
.AnyTagClassName
{
color: #AD9A78;
}
</style>
background-color css
<style>
a { background-color: #AD9A78; }
a { background-color: rgb(173,154,120); }
div.DivClassName
{
background-color: #AD9A78;
}
.BgClassName
{
background-color: #AD9A78;
}
</style>
border-color css
<style>
span { border-color: #AD9A78; }
span { border-color: rgb(173,154,120); }
td.TdClassName
{
border-color: #AD9A78;
}
.TagClassName
{
border-color: #AD9A78;
}
</style>