#AFACC0

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

Shades of Wistful #AFACC0

Tints of Wistful #AFACC0

Color information

#AFACC0 (or 0xAFACC0) is unknown color: approx Wistful. HEX triplet: AF, AC and C0. RGB value is (175,172,192). Sum of RGB (Red+Green+Blue) = 175+172+192=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 172 (67.58% from 255 or 31.91% from 539); Blue value is 192 (75.39% from 255 or 35.62% from 539); Max value from RGB is 192 - color contains mainly: blue. Hex color #AFACC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACC0 is #50533F. Grayscale: #AFAFAF. Windows color (decimal): -5264192 or 12627119. OLE color: 12627119.

HSL color Cylindrical-coordinate representation of color #AFACC0: hue angle of 249º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFACC0 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB175172192-
CMYK0.090.1000.25
HSL249º13.7%71.37%-
HSV(B)249º10.42%75.29%-
XYZ41.9542.4255.85-
YUV175.18137.49127.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.47%
GREEN value IS 172 (67.58% from 255) = 31.91%
BLUE value IS 192 (75.39% from 255) = 35.62%
R=32.47%
G=31.91%
B=35.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751721920.090.1000.2524913.771.37
HexAFACC09A019f9e47
Octal257254300111203137116107
Binary101011111010110011000000100110100110011111100111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFACC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFACC0; }

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

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

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

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

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

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

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

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