#AAA7D0

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

Shades of Wistful #AAA7D0

Tints of Wistful #AAA7D0

Color information

#AAA7D0 (or 0xAAA7D0) is unknown color: approx Wistful. HEX triplet: AA, A7 and D0. RGB value is (170,167,208). Sum of RGB (Red+Green+Blue) = 170+167+208=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 167 (65.62% from 255 or 30.64% from 545); Blue value is 208 (81.64% from 255 or 38.17% from 545); Max value from RGB is 208 - color contains mainly: blue. Hex color #AAA7D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA7D0 is #55582F. Grayscale: #ACACAC. Windows color (decimal): -5593136 or 13674410. OLE color: 13674410.

HSL color Cylindrical-coordinate representation of color #AAA7D0: hue angle of 244.39º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAA7D0 is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB170167208-
CMYK0.180.2000.18
HSL244.39º30.37%73.53%-
HSV(B)244.39º19.71%81.57%-
XYZ41.7840.7465.34-
YUV172.57147.99126.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.19%
GREEN value IS 167 (65.62% from 255) = 30.64%
BLUE value IS 208 (81.64% from 255) = 38.17%
R=31.19%
G=30.64%
B=38.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1701672080.180.2000.18244.3930.3773.53
HexAAA7D01214012f41e4a
Octal252247320222402236436112
Binary101010101010011111010000100101010001001011110100111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA7D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA7D0; }

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

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

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

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

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

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

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

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