#AFAAC5

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

Shades of Wistful #AFAAC5

Tints of Wistful #AFAAC5

Color information

#AFAAC5 (or 0xAFAAC5) is unknown color: approx Wistful. HEX triplet: AF, AA and C5. RGB value is (175,170,197). Sum of RGB (Red+Green+Blue) = 175+170+197=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 170 (66.80% from 255 or 31.37% from 542); Blue value is 197 (77.34% from 255 or 36.35% from 542); Max value from RGB is 197 - color contains mainly: blue. Hex color #AFAAC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAAC5 is #50553A. Grayscale: #AEAEAE. Windows color (decimal): -5264699 or 12954287. OLE color: 12954287.

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

Color convert

RGB175170197-
CMYK0.110.1400.23
HSL251.11º18.88%71.96%-
HSV(B)251.11º13.71%77.25%-
XYZ42.1341.8958.69-
YUV174.57140.66128.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.29%
GREEN value IS 170 (66.80% from 255) = 31.37%
BLUE value IS 197 (77.34% from 255) = 36.35%
R=32.29%
G=31.37%
B=36.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751701970.110.1400.23251.1118.8871.96
HexAFAAC5BE017fb1348
Octal257252305131602737323110
Binary1010111110101010110001011011111001011111111011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAAC5; }

 p { color: rgb(175,170,197); }

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

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

 a { background-color: rgb(175,170,197); }

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

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

 span { border-color: rgb(175,170,197); }

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