#AFADBF

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

Shades of Wistful #AFADBF

Tints of Wistful #AFADBF

Color information

#AFADBF (or 0xAFADBF) is unknown color: approx Wistful. HEX triplet: AF, AD and BF. RGB value is (175,173,191). Sum of RGB (Red+Green+Blue) = 175+173+191=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 191 - color contains mainly: blue. Hex color #AFADBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFADBF is #505240. Grayscale: #AFAFAF. Windows color (decimal): -5263937 or 12561839. OLE color: 12561839.

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

Color convert

RGB175173191-
CMYK0.080.0900.25
HSL246.67º12.33%71.37%-
HSV(B)246.67º9.42%74.9%-
XYZ42.0342.7655.33-
YUV175.65136.66127.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.47%
GREEN value IS 173 (67.97% from 255) = 32.10%
BLUE value IS 191 (75% from 255) = 35.44%
R=32.47%
G=32.10%
B=35.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751731910.080.0900.25246.6712.3371.37
HexAFADBF89019f7c47
Octal257255277101103136714107
Binary101011111010110110111111100010010110011111011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFADBF; }

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

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

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

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

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

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

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

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