#ABA479

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

Shades of Hillary #ABA479

Tints of Hillary #ABA479

Color information

#ABA479 (or 0xABA479) is unknown color: approx Hillary. HEX triplet: AB, A4 and 79. RGB value is (171,164,121). Sum of RGB (Red+Green+Blue) = 171+164+121=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 164 (64.45% from 255 or 35.96% from 456); Blue value is 121 (47.66% from 255 or 26.54% from 456); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA479 is #545B86. Grayscale: #A1A1A1. Windows color (decimal): -5528455 or 7972011. OLE color: 7972011.

HSL color Cylindrical-coordinate representation of color #ABA479: hue angle of 51.6º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABA479 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB171164121-
CMYK00.040.290.33
HSL51.6º22.94%57.25%-
HSV(B)51.6º29.24%67.06%-
XYZ33.5236.5923.38-
YUV161.19105.32135-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.5%
GREEN value IS 164 (64.45% from 255) = 35.96%
BLUE value IS 121 (47.66% from 255) = 26.54%
R=37.5%
G=35.96%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116412100.040.290.3351.622.9457.25
HexABA479041D21341739
Octal253244171043541642771
Binary1010101110100100111100101001110110000111010010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA479; }

 p { color: rgb(171,164,121); }

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

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

 a { background-color: rgb(171,164,121); }

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

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

 span { border-color: rgb(171,164,121); }

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