#ABA670

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

Shades of Hillary #ABA670

Tints of Hillary #ABA670

Color information

#ABA670 (or 0xABA670) is unknown color: approx Hillary. HEX triplet: AB, A6 and 70. RGB value is (171,166,112). Sum of RGB (Red+Green+Blue) = 171+166+112=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 166 (65.23% from 255 or 36.97% from 449); Blue value is 112 (44.14% from 255 or 24.94% from 449); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA670 is #54598F. Grayscale: #A1A1A1. Windows color (decimal): -5527952 or 7382699. OLE color: 7382699.

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

Color convert

RGB171166112-
CMYK00.030.350.33
HSL54.92º25.99%55.49%-
HSV(B)54.92º34.5%67.06%-
XYZ33.3637.120.73-
YUV161.34100.16134.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.08%
GREEN value IS 166 (65.23% from 255) = 36.97%
BLUE value IS 112 (44.14% from 255) = 24.94%
R=38.08%
G=36.97%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116611200.030.350.3354.9225.9955.49
HexABA670032321371a37
Octal253246160034341673267
Binary1010101110100110111000001110001110000111011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA670; }

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

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

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

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

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

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

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

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