#AFAAC0

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

Shades of Wistful #AFAAC0

Tints of Wistful #AFAAC0

Color information

#AFAAC0 (or 0xAFAAC0) is unknown color: approx Wistful. HEX triplet: AF, AA and C0. RGB value is (175,170,192). Sum of RGB (Red+Green+Blue) = 175+170+192=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 170 (66.80% from 255 or 31.66% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 192 - color contains mainly: blue. Hex color #AFAAC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAAC0 is #50553F. Grayscale: #ADADAD. Windows color (decimal): -5264704 or 12626607. OLE color: 12626607.

HSL color Cylindrical-coordinate representation of color #AFAAC0: hue angle of 253.64º degrees, saturation: 0.15, 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 #AFAAC0 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB175170192-
CMYK0.090.1100.25
HSL253.64º14.86%70.98%-
HSV(B)253.64º11.46%75.29%-
XYZ41.5741.6755.72-
YUV174138.16128.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.59%
GREEN value IS 170 (66.80% from 255) = 31.66%
BLUE value IS 192 (75.39% from 255) = 35.75%
R=32.59%
G=31.66%
B=35.75%

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
Decimal1751701920.090.1100.25253.6414.8670.98
HexAFAAC09B019fef47
Octal257252300111303137617107
Binary101011111010101011000000100110110110011111111011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAAC0; }

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

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

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

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

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

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

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

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