#ABA870

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

Shades of Hillary #ABA870

Tints of Hillary #ABA870

Color information

#ABA870 (or 0xABA870) is unknown color: approx Hillary. HEX triplet: AB, A8 and 70. RGB value is (171,168,112). Sum of RGB (Red+Green+Blue) = 171+168+112=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 168 (66.02% from 255 or 37.25% from 451); Blue value is 112 (44.14% from 255 or 24.83% from 451); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA870 is #54578F. Grayscale: #A2A2A2. Windows color (decimal): -5527440 or 7383211. OLE color: 7383211.

HSL color Cylindrical-coordinate representation of color #ABA870: hue angle of 56.95º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ABA870 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB171168112-
CMYK00.020.350.33
HSL56.95º25.99%55.49%-
HSV(B)56.95º34.5%67.06%-
XYZ33.7237.8320.85-
YUV162.5199.49134.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.92%
GREEN value IS 168 (66.02% from 255) = 37.25%
BLUE value IS 112 (44.14% from 255) = 24.83%
R=37.92%
G=37.25%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116811200.020.350.3356.9525.9955.49
HexABA870022321391a37
Octal253250160024341713267
Binary1010101110101000111000001010001110000111100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA870; }

 p { color: rgb(171,168,112); }

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

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

 a { background-color: rgb(171,168,112); }

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

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

 span { border-color: rgb(171,168,112); }

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