#ABA07D

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

Shades of Hillary #ABA07D

Tints of Hillary #ABA07D

Color information

#ABA07D (or 0xABA07D) is unknown color: approx Hillary. HEX triplet: AB, A0 and 7D. RGB value is (171,160,125). Sum of RGB (Red+Green+Blue) = 171+160+125=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 160 (62.89% from 255 or 35.09% from 456); Blue value is 125 (49.22% from 255 or 27.41% from 456); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA07D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA07D is #545F82. Grayscale: #9F9F9F. Windows color (decimal): -5529475 or 8233131. OLE color: 8233131.

HSL color Cylindrical-coordinate representation of color #ABA07D: hue angle of 45.65º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABA07D is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB171160125-
CMYK00.060.270.33
HSL45.65º21.5%58.04%-
HSV(B)45.65º26.9%67.06%-
XYZ33.0735.2824.47-
YUV159.3108.64136.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.5%
GREEN value IS 160 (62.89% from 255) = 35.09%
BLUE value IS 125 (49.22% from 255) = 27.41%
R=37.5%
G=35.09%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116012500.060.270.3345.6521.558.04
HexABA07D061B212e153a
Octal253240175063341562572
Binary1010101110100000111110101101101110000110111010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA07D; }

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

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

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

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

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

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

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

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