#AFAACA

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

Shades of Wistful #AFAACA

Tints of Wistful #AFAACA

Color information

#AFAACA (or 0xAFAACA) is unknown color: approx Wistful. HEX triplet: AF, AA and CA. RGB value is (175,170,202). Sum of RGB (Red+Green+Blue) = 175+170+202=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 202 - color contains mainly: blue. Hex color #AFAACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAACA is #505535. Grayscale: #AFAFAF. Windows color (decimal): -5264694 or 13281967. OLE color: 13281967.

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

Color convert

RGB175170202-
CMYK0.130.1600.21
HSL249.38º23.19%72.94%-
HSV(B)249.38º15.84%79.22%-
XYZ42.7142.1361.76-
YUV175.14143.16127.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.99%
GREEN value IS 170 (66.80% from 255) = 31.08%
BLUE value IS 202 (79.30% from 255) = 36.93%
R=31.99%
G=31.08%
B=36.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1751702020.130.1600.21249.3823.1972.94
HexAFAACAD10015f91749
Octal257252312152002537127111
Binary10101111101010101100101011011000001010111111001101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAACA; }

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

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

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

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

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

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

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

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