#ADAAC9

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

Shades of Wistful #ADAAC9

Tints of Wistful #ADAAC9

Color information

#ADAAC9 (or 0xADAAC9) is unknown color: approx Wistful. HEX triplet: AD, AA and C9. RGB value is (173,170,201). Sum of RGB (Red+Green+Blue) = 173+170+201=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 170 (66.80% from 255 or 31.25% from 544); Blue value is 201 (78.91% from 255 or 36.95% from 544); Max value from RGB is 201 - color contains mainly: blue. Hex color #ADAAC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAAC9 is #525536. Grayscale: #AEAEAE. Windows color (decimal): -5395767 or 13216429. OLE color: 13216429.

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

Color convert

RGB173170201-
CMYK0.140.1500.21
HSL245.81º22.3%72.75%-
HSV(B)245.81º15.42%78.82%-
XYZ42.1541.8561.11-
YUV174.43142.99126.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.80%
GREEN value IS 170 (66.80% from 255) = 31.25%
BLUE value IS 201 (78.91% from 255) = 36.95%
R=31.80%
G=31.25%
B=36.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1731702010.140.1500.21245.8122.372.75
HexADAAC9EF015f61649
Octal255252311161702536626111
Binary1010110110101010110010011110111101010111110110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAAC9; }

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

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

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

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

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

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

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

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