#AEAEC1

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

Shades of Wistful #AEAEC1

Tints of Wistful #AEAEC1

Color information

#AEAEC1 (or 0xAEAEC1) is unknown color: approx Wistful. HEX triplet: AE, AE and C1. RGB value is (174,174,193). Sum of RGB (Red+Green+Blue) = 174+174+193=541 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.16% from 541); Green value is 174 (68.36% from 255 or 32.16% from 541); Blue value is 193 (75.78% from 255 or 35.67% from 541); Max value from RGB is 193 - color contains mainly: blue. Hex color #AEAEC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAEC1 is #51513E. Grayscale: #B0B0B0. Windows color (decimal): -5329215 or 12693166. OLE color: 12693166.

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

Color convert

RGB174174193-
CMYK0.100.1000.24
HSL240º13.29%71.96%-
HSV(B)240º9.84%75.69%-
XYZ42.2243.1256.55-
YUV176.17137.5126.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.16%
GREEN value IS 174 (68.36% from 255) = 32.16%
BLUE value IS 193 (75.78% from 255) = 35.67%
R=32.16%
G=32.16%
B=35.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741741930.100.1000.2424013.2971.96
HexAEAEC1AA018f0d48
Octal256256301121203036015110
Binary101011101010111011000001101010100110001111000011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAEC1; }

 p { color: rgb(174,174,193); }

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

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

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

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

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

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

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