#ABA47D

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

Shades of Hillary #ABA47D

Tints of Hillary #ABA47D

Color information

#ABA47D (or 0xABA47D) is unknown color: approx Hillary. HEX triplet: AB, A4 and 7D. RGB value is (171,164,125). Sum of RGB (Red+Green+Blue) = 171+164+125=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 164 (64.45% from 255 or 35.65% from 460); Blue value is 125 (49.22% from 255 or 27.17% from 460); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA47D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA47D is #545B82. Grayscale: #A1A1A1. Windows color (decimal): -5528451 or 8234155. OLE color: 8234155.

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

Color convert

RGB171164125-
CMYK00.040.270.33
HSL50.87º21.5%58.04%-
HSV(B)50.87º26.9%67.06%-
XYZ33.7736.6924.7-
YUV161.65107.32134.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.17%
GREEN value IS 164 (64.45% from 255) = 35.65%
BLUE value IS 125 (49.22% from 255) = 27.17%
R=37.17%
G=35.65%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116412500.040.270.3350.8721.558.04
HexABA47D041B2133153a
Octal253244175043341632572
Binary1010101110100100111110101001101110000111001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA47D; }

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

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

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

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

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

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

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

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