Shades of Hillary #A29F74
Tints of Hillary #A29F74
RGB
CMYK
RGB Variations
Color information
#A29F74 (or 0xA29F74) is known color: Hillary. HEX triplet: A2, 9F and 74. RGB value is (162,159,116). Sum of RGB (Red+Green+Blue) = 162+159+116=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 159 (62.5% from 255 or 36.38% from 437); Blue value is 116 (45.70% from 255 or 26.54% from 437); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29F74 is #5D608B. Grayscale: #9B9B9B. Windows color (decimal): -6119564 or 7643042. OLE color: 7643042.
HSL color Cylindrical-coordinate representation of color #A29F74: hue angle of 56.09º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A29F74 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 159 | 116 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.36 |
| HSL | 56.09º | 0.2% | 0.55% | - |
| HSV(B) | 56.09º | 0.28% | 0.64% | - |
| XYZ | 30.45 | 33.74 | 21.43 | - |
| YUV | 155 | 105.99 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 159 | 116 | 0 | 0.02 | 0.28 | 0.36 | 56.09 | 0.2 | 0.55 |
| Hex | A2 | 9F | 74 | 0 | 2 | 1C | 24 | 38 | 14 | 37 |
| Octal | 242 | 237 | 164 | 0 | 2 | 34 | 44 | 70 | 24 | 67 |
| Binary | 10100010 | 10011111 | 1110100 | 0 | 10 | 11100 | 100100 | 111000 | 10100 | 110111 |
Color Harmonies of #A29F74
Complementary color
Monochromatic Colors of #A29F74
Black with #A29F74
Text Example
Text Example
White with #A29F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29F74; }
p { color: rgb(162,159,116); }
H1.HeaderClassName
{
color: #A29F74;
}
.AnyTagClassName
{
color: #A29F74;
}
</style>
background-color css
<style>
a { background-color: #A29F74; }
a { background-color: rgb(162,159,116); }
div.DivClassName
{
background-color: #A29F74;
}
.BgClassName
{
background-color: #A29F74;
}
</style>
border-color css
<style>
span { border-color: #A29F74; }
span { border-color: rgb(162,159,116); }
td.TdClassName
{
border-color: #A29F74;
}
.TagClassName
{
border-color: #A29F74;
}
</style>