Shades of Hillary #AB9F7F
Tints of Hillary #AB9F7F
RGB
CMYK
RGB Variations
Color information
#AB9F7F (or 0xAB9F7F) is known color: Hillary. HEX triplet: AB, 9F and 7F. RGB value is (171,159,127). Sum of RGB (Red+Green+Blue) = 171+159+127=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 159 (62.5% from 255 or 34.79% from 457); Blue value is 127 (50% from 255 or 27.79% from 457); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9F7F is #546080. Grayscale: #9F9F9F. Windows color (decimal): -5529729 or 8363947. OLE color: 8363947.
HSL color Cylindrical-coordinate representation of color #AB9F7F: hue angle of 43.64º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AB9F7F is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 159 | 127 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.33 |
| HSL | 43.64º | 0.21% | 0.58% | - |
| HSV(B) | 43.64º | 0.26% | 0.67% | - |
| XYZ | 33.02 | 34.99 | 25.09 | - |
| YUV | 158.94 | 109.98 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 159 | 127 | 0 | 0.07 | 0.26 | 0.33 | 43.64 | 0.21 | 0.58 |
| Hex | AB | 9F | 7F | 0 | 7 | 1A | 21 | 2C | 15 | 3A |
| Octal | 253 | 237 | 177 | 0 | 7 | 32 | 41 | 54 | 25 | 72 |
| Binary | 10101011 | 10011111 | 1111111 | 0 | 111 | 11010 | 100001 | 101100 | 10101 | 111010 |
Color Harmonies of #AB9F7F
Complementary color
Monochromatic Colors of #AB9F7F
Black with #AB9F7F
Text Example
Text Example
White with #AB9F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9F7F; }
p { color: rgb(171,159,127); }
H1.HeaderClassName
{
color: #AB9F7F;
}
.AnyTagClassName
{
color: #AB9F7F;
}
</style>
background-color css
<style>
a { background-color: #AB9F7F; }
a { background-color: rgb(171,159,127); }
div.DivClassName
{
background-color: #AB9F7F;
}
.BgClassName
{
background-color: #AB9F7F;
}
</style>
border-color css
<style>
span { border-color: #AB9F7F; }
span { border-color: rgb(171,159,127); }
td.TdClassName
{
border-color: #AB9F7F;
}
.TagClassName
{
border-color: #AB9F7F;
}
</style>