#ABA07F

Color #ABA07F Hillary (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hillary #ABA07F

Tints of Hillary #ABA07F

Color information

#ABA07F (or 0xABA07F) is unknown color: approx Hillary. HEX triplet: AB, A0 and 7F. RGB value is (171,160,127). Sum of RGB (Red+Green+Blue) = 171+160+127=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 160 (62.89% from 255 or 34.93% from 458); Blue value is 127 (50% from 255 or 27.73% from 458); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA07F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA07F is #545F80. Grayscale: #9F9F9F. Windows color (decimal): -5529473 or 8364203. OLE color: 8364203.

HSL color Cylindrical-coordinate representation of color #ABA07F: hue angle of 45º 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 #ABA07F is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB171160127-
CMYK00.060.260.33
HSL45º20.75%58.43%-
HSV(B)45º25.73%67.06%-
XYZ33.235.3325.15-
YUV159.53109.64136.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 37.34%
GREEN value IS 160 (62.89% from 255) = 34.93%
BLUE value IS 127 (50% from 255) = 27.73%
R=37.34%
G=34.93%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116012700.060.260.334520.7558.43
HexABA07F061A212d153a
Octal253240177063241552572
Binary1010101110100000111111101101101010000110110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA07F; }

 p { color: rgb(171,160,127); }

 H1.HeaderClassName
 {
   color: #ABA07F;
 }
 .AnyTagClassName
 {
   color: #ABA07F;
 }
</style>
background-color css

<style>
 a { background-color: #ABA07F; }

 a { background-color: rgb(171,160,127); }

 div.DivClassName
 {
   background-color: #ABA07F;
 }
 .BgClassName
 {
   background-color: #ABA07F;
 }
</style>
border-color css

<style>
 span { border-color: #ABA07F; }

 span { border-color: rgb(171,160,127); }

 td.TdClassName
 {
   border-color: #ABA07F;
 }
 .TagClassName
 {
   border-color: #ABA07F;
 }
</style>