#ABAAC4

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

Shades of Wistful #ABAAC4

Tints of Wistful #ABAAC4

Color information

#ABAAC4 (or 0xABAAC4) is unknown color: approx Wistful. HEX triplet: AB, AA and C4. RGB value is (171,170,196). Sum of RGB (Red+Green+Blue) = 171+170+196=537 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.84% from 537); Green value is 170 (66.80% from 255 or 31.66% from 537); Blue value is 196 (76.95% from 255 or 36.50% from 537); Max value from RGB is 196 - color contains mainly: blue. Hex color #ABAAC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAAC4 is #54553B. Grayscale: #ADADAD. Windows color (decimal): -5526844 or 12888747. OLE color: 12888747.

HSL color Cylindrical-coordinate representation of color #ABAAC4: hue angle of 242.31º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABAAC4 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB171170196-
CMYK0.130.1300.23
HSL242.31º18.06%71.76%-
HSV(B)242.31º13.27%76.86%-
XYZ41.1341.3958.05-
YUV173.26140.83126.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.84%
GREEN value IS 170 (66.80% from 255) = 31.66%
BLUE value IS 196 (76.95% from 255) = 36.50%
R=31.84%
G=31.66%
B=36.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1711701960.130.1300.23242.3118.0671.76
HexABAAC4DD017f21248
Octal253252304151502736222110
Binary1010101110101010110001001101110101011111110010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAAC4; }

 p { color: rgb(171,170,196); }

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

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

 a { background-color: rgb(171,170,196); }

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

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

 span { border-color: rgb(171,170,196); }

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