Shades of Hillary #ADA57A
Tints of Hillary #ADA57A
RGB
CMYK
RGB Variations
Color information
#ADA57A (or 0xADA57A) is known color: Hillary. HEX triplet: AD, A5 and 7A. RGB value is (173,165,122). Sum of RGB (Red+Green+Blue) = 173+165+122=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 165 (64.84% from 255 or 35.87% from 460); Blue value is 122 (48.05% from 255 or 26.52% from 460); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA57A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA57A is #525A85. Grayscale: #A2A2A2. Windows color (decimal): -5397126 or 8037805. OLE color: 8037805.
HSL color Cylindrical-coordinate representation of color #ADA57A: hue angle of 50.59º 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 #ADA57A is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 122 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.32 |
| HSL | 50.59º | 0.24% | 0.58% | - |
| HSV(B) | 50.59º | 0.29% | 0.68% | - |
| XYZ | 34.2 | 37.2 | 23.79 | - |
| YUV | 162.49 | 105.15 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 122 | 0 | 0.05 | 0.29 | 0.32 | 50.59 | 0.24 | 0.58 |
| Hex | AD | A5 | 7A | 0 | 5 | 1D | 20 | 33 | 18 | 3A |
| Octal | 255 | 245 | 172 | 0 | 5 | 35 | 40 | 63 | 30 | 72 |
| Binary | 10101101 | 10100101 | 1111010 | 0 | 101 | 11101 | 100000 | 110011 | 11000 | 111010 |
Color Harmonies of #ADA57A
Complementary color
Monochromatic Colors of #ADA57A
Black with #ADA57A
Text Example
Text Example
White with #ADA57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA57A; }
p { color: rgb(173,165,122); }
H1.HeaderClassName
{
color: #ADA57A;
}
.AnyTagClassName
{
color: #ADA57A;
}
</style>
background-color css
<style>
a { background-color: #ADA57A; }
a { background-color: rgb(173,165,122); }
div.DivClassName
{
background-color: #ADA57A;
}
.BgClassName
{
background-color: #ADA57A;
}
</style>
border-color css
<style>
span { border-color: #ADA57A; }
span { border-color: rgb(173,165,122); }
td.TdClassName
{
border-color: #ADA57A;
}
.TagClassName
{
border-color: #ADA57A;
}
</style>