#ABA473

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

Shades of Hillary #ABA473

Tints of Hillary #ABA473

Color information

#ABA473 (or 0xABA473) is unknown color: approx Hillary. HEX triplet: AB, A4 and 73. RGB value is (171,164,115). Sum of RGB (Red+Green+Blue) = 171+164+115=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 164 (64.45% from 255 or 36.44% from 450); Blue value is 115 (45.31% from 255 or 25.56% from 450); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA473 is #545B8C. Grayscale: #A0A0A0. Windows color (decimal): -5528461 or 7578795. OLE color: 7578795.

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

Color convert

RGB171164115-
CMYK00.040.330.33
HSL52.5º25%56.08%-
HSV(B)52.5º32.75%67.06%-
XYZ33.1636.4521.51-
YUV160.51102.32135.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38%
GREEN value IS 164 (64.45% from 255) = 36.44%
BLUE value IS 115 (45.31% from 255) = 25.56%
R=38%
G=36.44%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116411500.040.330.3352.52556.08
HexABA473042121341938
Octal253244163044141643170
Binary10101011101001001110011010010000110000111010011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA473; }

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

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

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

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

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

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

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

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