#ABA676

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

Shades of Hillary #ABA676

Tints of Hillary #ABA676

Color information

#ABA676 (or 0xABA676) is unknown color: approx Hillary. HEX triplet: AB, A6 and 76. RGB value is (171,166,118). Sum of RGB (Red+Green+Blue) = 171+166+118=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 166 (65.23% from 255 or 36.48% from 455); Blue value is 118 (46.48% from 255 or 25.93% from 455); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA676 is #545989. Grayscale: #A2A2A2. Windows color (decimal): -5527946 or 7775915. OLE color: 7775915.

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

Color convert

RGB171166118-
CMYK00.030.310.33
HSL54.34º23.98%56.67%-
HSV(B)54.34º30.99%67.06%-
XYZ33.737.2422.55-
YUV162.02103.16134.4-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.58%
GREEN value IS 166 (65.23% from 255) = 36.48%
BLUE value IS 118 (46.48% from 255) = 25.93%
R=37.58%
G=36.48%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116611800.030.310.3354.3423.9856.67
HexABA676031F21361839
Octal253246166033741663071
Binary101010111010011011101100111111110000111011011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA676; }

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

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

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

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

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

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

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

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