#AFACBF

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

Shades of Wistful #AFACBF

Tints of Wistful #AFACBF

Color information

#AFACBF (or 0xAFACBF) is unknown color: approx Wistful. HEX triplet: AF, AC and BF. RGB value is (175,172,191). Sum of RGB (Red+Green+Blue) = 175+172+191=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 172 (67.58% from 255 or 31.97% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 191 - color contains mainly: blue. Hex color #AFACBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACBF is #505340. Grayscale: #AEAEAE. Windows color (decimal): -5264193 or 12561583. OLE color: 12561583.

HSL color Cylindrical-coordinate representation of color #AFACBF: hue angle of 249.47º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFACBF is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB175172191-
CMYK0.080.1000.25
HSL249.47º12.93%71.18%-
HSV(B)249.47º9.95%74.9%-
XYZ41.8442.3855.27-
YUV175.06136.99127.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.53%
GREEN value IS 172 (67.58% from 255) = 31.97%
BLUE value IS 191 (75% from 255) = 35.50%
R=32.53%
G=31.97%
B=35.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751721910.080.1000.25249.4712.9371.18
HexAFACBF8A019f9d47
Octal257254277101203137115107
Binary101011111010110010111111100010100110011111100111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFACBF; }

 p { color: rgb(175,172,191); }

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

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

 a { background-color: rgb(175,172,191); }

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

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

 span { border-color: rgb(175,172,191); }

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