#AAA7CD

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

Shades of Wistful #AAA7CD

Tints of Wistful #AAA7CD

Color information

#AAA7CD (or 0xAAA7CD) is unknown color: approx Wistful. HEX triplet: AA, A7 and CD. RGB value is (170,167,205). Sum of RGB (Red+Green+Blue) = 170+167+205=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 167 (65.62% from 255 or 30.81% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 205 - color contains mainly: blue. Hex color #AAA7CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA7CD is #555832. Grayscale: #ACACAC. Windows color (decimal): -5593139 or 13477802. OLE color: 13477802.

HSL color Cylindrical-coordinate representation of color #AAA7CD: hue angle of 244.74º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAA7CD is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB170167205-
CMYK0.170.1900.20
HSL244.74º27.54%72.94%-
HSV(B)244.74º18.54%80.39%-
XYZ41.4240.5963.41-
YUV172.23146.49126.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.37%
GREEN value IS 167 (65.62% from 255) = 30.81%
BLUE value IS 205 (80.47% from 255) = 37.82%
R=31.37%
G=30.81%
B=37.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701672050.170.1900.20244.7427.5472.94
HexAAA7CD1113014f51c49
Octal252247315212302436534111
Binary101010101010011111001101100011001101010011110101111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA7CD; }

 p { color: rgb(170,167,205); }

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

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

 a { background-color: rgb(170,167,205); }

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

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

 span { border-color: rgb(170,167,205); }

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