#AFABC0

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

Shades of Wistful #AFABC0

Tints of Wistful #AFABC0

Color information

#AFABC0 (or 0xAFABC0) is unknown color: approx Wistful. HEX triplet: AF, AB and C0. RGB value is (175,171,192). Sum of RGB (Red+Green+Blue) = 175+171+192=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 171 (67.19% from 255 or 31.78% from 538); Blue value is 192 (75.39% from 255 or 35.69% from 538); Max value from RGB is 192 - color contains mainly: blue. Hex color #AFABC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFABC0 is #50543F. Grayscale: #AEAEAE. Windows color (decimal): -5264448 or 12626863. OLE color: 12626863.

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

Color convert

RGB175171192-
CMYK0.090.1100.25
HSL251.43º14.29%71.18%-
HSV(B)251.43º10.94%75.29%-
XYZ41.7642.0555.78-
YUV174.59137.83128.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.53%
GREEN value IS 171 (67.19% from 255) = 31.78%
BLUE value IS 192 (75.39% from 255) = 35.69%
R=32.53%
G=31.78%
B=35.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751711920.090.1100.25251.4314.2971.18
HexAFABC09B019fbe47
Octal257253300111303137316107
Binary101011111010101111000000100110110110011111101111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFABC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFABC0; }

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

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

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

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

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

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

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

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