#AFAEC4

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

Shades of Wistful #AFAEC4

Tints of Wistful #AFAEC4

Color information

#AFAEC4 (or 0xAFAEC4) is unknown color: approx Wistful. HEX triplet: AF, AE and C4. RGB value is (175,174,196). Sum of RGB (Red+Green+Blue) = 175+174+196=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 174 (68.36% from 255 or 31.93% from 545); Blue value is 196 (76.95% from 255 or 35.96% from 545); Max value from RGB is 196 - color contains mainly: blue. Hex color #AFAEC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAEC4 is #50513B. Grayscale: #B0B0B0. Windows color (decimal): -5263676 or 12889775. OLE color: 12889775.

HSL color Cylindrical-coordinate representation of color #AFAEC4: hue angle of 242.73º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFAEC4 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB175174196-
CMYK0.110.1100.23
HSL242.73º15.71%72.55%-
HSV(B)242.73º11.22%76.86%-
XYZ42.7843.3758.34-
YUV176.81138.83126.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.11%
GREEN value IS 174 (68.36% from 255) = 31.93%
BLUE value IS 196 (76.95% from 255) = 35.96%
R=32.11%
G=31.93%
B=35.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751741960.110.1100.23242.7315.7172.55
HexAFAEC4BB017f31049
Octal257256304131302736320111
Binary1010111110101110110001001011101101011111110011100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAEC4; }

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

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

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

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

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

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

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

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