#AAA7C9

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

Shades of Wistful #AAA7C9

Tints of Wistful #AAA7C9

Color information

#AAA7C9 (or 0xAAA7C9) is unknown color: approx Wistful. HEX triplet: AA, A7 and C9. RGB value is (170,167,201). Sum of RGB (Red+Green+Blue) = 170+167+201=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 167 (65.62% from 255 or 31.04% from 538); Blue value is 201 (78.91% from 255 or 37.36% from 538); Max value from RGB is 201 - color contains mainly: blue. Hex color #AAA7C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA7C9 is #555836. Grayscale: #ABABAB. Windows color (decimal): -5593143 or 13215658. OLE color: 13215658.

HSL color Cylindrical-coordinate representation of color #AAA7C9: hue angle of 245.29º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAA7C9 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB170167201-
CMYK0.150.1700.21
HSL245.29º23.94%72.16%-
HSV(B)245.29º16.92%78.82%-
XYZ40.9440.460.9-
YUV171.77144.49126.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.60%
GREEN value IS 167 (65.62% from 255) = 31.04%
BLUE value IS 201 (78.91% from 255) = 37.36%
R=31.60%
G=31.04%
B=37.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701672010.150.1700.21245.2923.9472.16
HexAAA7C9F11015f51848
Octal252247311172102536530110
Binary10101010101001111100100111111000101010111110101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA7C9; }

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

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

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

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

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

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

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

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