#AFABBF

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

Shades of Wistful #AFABBF

Tints of Wistful #AFABBF

Color information

#AFABBF (or 0xAFABBF) is unknown color: approx Wistful. HEX triplet: AF, AB and BF. RGB value is (175,171,191). Sum of RGB (Red+Green+Blue) = 175+171+191=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 171 (67.19% from 255 or 31.84% from 537); Blue value is 191 (75% from 255 or 35.57% from 537); Max value from RGB is 191 - color contains mainly: blue. Hex color #AFABBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFABBF is #505440. Grayscale: #AEAEAE. Windows color (decimal): -5264449 or 12561327. OLE color: 12561327.

HSL color Cylindrical-coordinate representation of color #AFABBF: hue angle of 252º degrees, saturation: 0.14, 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 #AFABBF is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB175171191-
CMYK0.080.1000.25
HSL252º13.51%70.98%-
HSV(B)252º10.47%74.9%-
XYZ41.654255.2-
YUV174.48137.33128.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.59%
GREEN value IS 171 (67.19% from 255) = 31.84%
BLUE value IS 191 (75% from 255) = 35.57%
R=32.59%
G=31.84%
B=35.57%

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
Decimal1751711910.080.1000.2525213.5170.98
HexAFABBF8A019fce47
Octal257253277101203137416107
Binary101011111010101110111111100010100110011111110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFABBF; }

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

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

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

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

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

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

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

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