Shades of Hillary #A69F82
Tints of Hillary #A69F82
RGB
CMYK
RGB Variations
Color information
#A69F82 (or 0xA69F82) is known color: Hillary. HEX triplet: A6, 9F and 82. RGB value is (166,159,130). Sum of RGB (Red+Green+Blue) = 166+159+130=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 159 (62.5% from 255 or 34.95% from 455); Blue value is 130 (51.17% from 255 or 28.57% from 455); Max value from RGB is 166 - color contains mainly: red. Hex color #A69F82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69F82 is #59607D. Grayscale: #9D9D9D. Windows color (decimal): -5857406 or 8560550. OLE color: 8560550.
HSL color Cylindrical-coordinate representation of color #A69F82: hue angle of 48.33º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A69F82 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 159 | 130 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.35 |
| HSL | 48.33º | 0.17% | 0.58% | - |
| HSV(B) | 48.33º | 0.22% | 0.65% | - |
| XYZ | 32.15 | 34.51 | 26.09 | - |
| YUV | 157.79 | 112.32 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 159 | 130 | 0 | 0.04 | 0.22 | 0.35 | 48.33 | 0.17 | 0.58 |
| Hex | A6 | 9F | 82 | 0 | 4 | 16 | 23 | 30 | 11 | 3A |
| Octal | 246 | 237 | 202 | 0 | 4 | 26 | 43 | 60 | 21 | 72 |
| Binary | 10100110 | 10011111 | 10000010 | 0 | 100 | 10110 | 100011 | 110000 | 10001 | 111010 |
Color Harmonies of #A69F82
Complementary color
Monochromatic Colors of #A69F82
Black with #A69F82
Text Example
Text Example
White with #A69F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69F82; }
p { color: rgb(166,159,130); }
H1.HeaderClassName
{
color: #A69F82;
}
.AnyTagClassName
{
color: #A69F82;
}
</style>
background-color css
<style>
a { background-color: #A69F82; }
a { background-color: rgb(166,159,130); }
div.DivClassName
{
background-color: #A69F82;
}
.BgClassName
{
background-color: #A69F82;
}
</style>
border-color css
<style>
span { border-color: #A69F82; }
span { border-color: rgb(166,159,130); }
td.TdClassName
{
border-color: #A69F82;
}
.TagClassName
{
border-color: #A69F82;
}
</style>