#AFAEC6

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

Shades of Wistful #AFAEC6

Tints of Wistful #AFAEC6

Color information

#AFAEC6 (or 0xAFAEC6) is unknown color: approx Wistful. HEX triplet: AF, AE and C6. RGB value is (175,174,198). Sum of RGB (Red+Green+Blue) = 175+174+198=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 174 (68.36% from 255 or 31.81% from 547); Blue value is 198 (77.73% from 255 or 36.20% from 547); Max value from RGB is 198 - color contains mainly: blue. Hex color #AFAEC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAEC6 is #505139. Grayscale: #B0B0B0. Windows color (decimal): -5263674 or 13020847. OLE color: 13020847.

HSL color Cylindrical-coordinate representation of color #AFAEC6: hue angle of 242.5º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFAEC6 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB175174198-
CMYK0.120.1200.22
HSL242.5º17.39%72.94%-
HSV(B)242.5º12.12%77.65%-
XYZ43.0143.4659.55-
YUV177.04139.83126.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.99%
GREEN value IS 174 (68.36% from 255) = 31.81%
BLUE value IS 198 (77.73% from 255) = 36.20%
R=31.99%
G=31.81%
B=36.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1751741980.120.1200.22242.517.3972.94
HexAFAEC6CC016f21149
Octal257256306141402636221111
Binary1010111110101110110001101100110001011011110010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAEC6; }

 p { color: rgb(175,174,198); }

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

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

 a { background-color: rgb(175,174,198); }

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

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

 span { border-color: rgb(175,174,198); }

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