#ABA47B

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

Shades of Hillary #ABA47B

Tints of Hillary #ABA47B

Color information

#ABA47B (or 0xABA47B) is unknown color: approx Hillary. HEX triplet: AB, A4 and 7B. RGB value is (171,164,123). Sum of RGB (Red+Green+Blue) = 171+164+123=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 164 (64.45% from 255 or 35.81% from 458); Blue value is 123 (48.44% from 255 or 26.86% from 458); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA47B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA47B is #545B84. Grayscale: #A1A1A1. Windows color (decimal): -5528453 or 8103083. OLE color: 8103083.

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

Color convert

RGB171164123-
CMYK00.040.280.33
HSL51.25º22.22%57.65%-
HSV(B)51.25º28.07%67.06%-
XYZ33.6536.6424.04-
YUV161.42106.32134.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.34%
GREEN value IS 164 (64.45% from 255) = 35.81%
BLUE value IS 123 (48.44% from 255) = 26.86%
R=37.34%
G=35.81%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116412300.040.280.3351.2522.2257.65
HexABA47B041C2133163a
Octal253244173043441632672
Binary1010101110100100111101101001110010000111001110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA47B; }

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

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

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

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

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

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

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

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