#ABA674

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

Shades of Hillary #ABA674

Tints of Hillary #ABA674

Color information

#ABA674 (or 0xABA674) is unknown color: approx Hillary. HEX triplet: AB, A6 and 74. RGB value is (171,166,116). Sum of RGB (Red+Green+Blue) = 171+166+116=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 166 (65.23% from 255 or 36.64% from 453); Blue value is 116 (45.70% from 255 or 25.61% from 453); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA674 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA674 is #54598B. Grayscale: #A2A2A2. Windows color (decimal): -5527948 or 7644843. OLE color: 7644843.

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

Color convert

RGB171166116-
CMYK00.030.320.33
HSL54.55º24.66%56.27%-
HSV(B)54.55º32.16%67.06%-
XYZ33.5837.1921.93-
YUV161.79102.16134.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.75%
GREEN value IS 166 (65.23% from 255) = 36.64%
BLUE value IS 116 (45.70% from 255) = 25.61%
R=37.75%
G=36.64%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116611600.030.320.3354.5524.6656.27
HexABA674032021371938
Octal253246164034041673170
Binary1010101110100110111010001110000010000111011111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA674; }

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

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

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

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

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

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

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

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