#AFAAC2

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

Shades of Wistful #AFAAC2

Tints of Wistful #AFAAC2

Color information

#AFAAC2 (or 0xAFAAC2) is unknown color: approx Wistful. HEX triplet: AF, AA and C2. RGB value is (175,170,194). Sum of RGB (Red+Green+Blue) = 175+170+194=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 194 (76.17% from 255 or 35.99% from 539); Max value from RGB is 194 - color contains mainly: blue. Hex color #AFAAC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAAC2 is #50553D. Grayscale: #AEAEAE. Windows color (decimal): -5264702 or 12757679. OLE color: 12757679.

HSL color Cylindrical-coordinate representation of color #AFAAC2: hue angle of 252.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFAAC2 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB175170194-
CMYK0.100.1200.24
HSL252.5º16.44%71.37%-
HSV(B)252.5º12.37%76.08%-
XYZ41.7941.7656.9-
YUV174.23139.16128.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.47%
GREEN value IS 170 (66.80% from 255) = 31.54%
BLUE value IS 194 (76.17% from 255) = 35.99%
R=32.47%
G=31.54%
B=35.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751701940.100.1200.24252.516.4471.37
HexAFAAC2AC018fc1047
Octal257252302121403037420107
Binary1010111110101010110000101010110001100011111100100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAAC2; }

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

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

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

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

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

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

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

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