#AFAAC3

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

Shades of Wistful #AFAAC3

Tints of Wistful #AFAAC3

Color information

#AFAAC3 (or 0xAFAAC3) is unknown color: approx Wistful. HEX triplet: AF, AA and C3. RGB value is (175,170,195). Sum of RGB (Red+Green+Blue) = 175+170+195=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 170 (66.80% from 255 or 31.48% from 540); Blue value is 195 (76.56% from 255 or 36.11% from 540); Max value from RGB is 195 - color contains mainly: blue. Hex color #AFAAC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAAC3 is #50553C. Grayscale: #AEAEAE. Windows color (decimal): -5264701 or 12823215. OLE color: 12823215.

HSL color Cylindrical-coordinate representation of color #AFAAC3: hue angle of 252º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFAAC3 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB175170195-
CMYK0.100.1300.24
HSL252º17.24%71.57%-
HSV(B)252º12.82%76.47%-
XYZ41.941.857.49-
YUV174.34139.66128.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.41%
GREEN value IS 170 (66.80% from 255) = 31.48%
BLUE value IS 195 (76.56% from 255) = 36.11%
R=32.41%
G=31.48%
B=36.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751701950.100.1300.2425217.2471.57
HexAFAAC3AD018fc1148
Octal257252303121503037421110
Binary1010111110101010110000111010110101100011111100100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAAC3; }

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

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

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

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

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

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

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

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