#ABA478

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

Shades of Hillary #ABA478

Tints of Hillary #ABA478

Color information

#ABA478 (or 0xABA478) is unknown color: approx Hillary. HEX triplet: AB, A4 and 78. RGB value is (171,164,120). Sum of RGB (Red+Green+Blue) = 171+164+120=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 164 (64.45% from 255 or 36.04% from 455); Blue value is 120 (47.27% from 255 or 26.37% from 455); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA478 is #545B87. Grayscale: #A1A1A1. Windows color (decimal): -5528456 or 7906475. OLE color: 7906475.

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

Color convert

RGB171164120-
CMYK00.040.300.33
HSL51.76º23.29%57.06%-
HSV(B)51.76º29.82%67.06%-
XYZ33.4636.5623.06-
YUV161.08104.82135.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.58%
GREEN value IS 164 (64.45% from 255) = 36.04%
BLUE value IS 120 (47.27% from 255) = 26.37%
R=37.58%
G=36.04%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116412000.040.300.3351.7623.2957.06
HexABA478041E21341739
Octal253244170043641642771
Binary1010101110100100111100001001111010000111010010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA478; }

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

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

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

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

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

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

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

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