#ADAAC6

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

Shades of Wistful #ADAAC6

Tints of Wistful #ADAAC6

Color information

#ADAAC6 (or 0xADAAC6) is unknown color: approx Wistful. HEX triplet: AD, AA and C6. RGB value is (173,170,198). Sum of RGB (Red+Green+Blue) = 173+170+198=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 170 (66.80% from 255 or 31.42% from 541); Blue value is 198 (77.73% from 255 or 36.60% from 541); Max value from RGB is 198 - color contains mainly: blue. Hex color #ADAAC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAAC6 is #525539. Grayscale: #ADADAD. Windows color (decimal): -5395770 or 13019821. OLE color: 13019821.

HSL color Cylindrical-coordinate representation of color #ADAAC6: hue angle of 246.43º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADAAC6 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB173170198-
CMYK0.130.1400.22
HSL246.43º19.72%72.16%-
HSV(B)246.43º14.14%77.65%-
XYZ41.841.7159.27-
YUV174.09141.49127.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.98%
GREEN value IS 170 (66.80% from 255) = 31.42%
BLUE value IS 198 (77.73% from 255) = 36.60%
R=31.98%
G=31.42%
B=36.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1731701980.130.1400.22246.4319.7272.16
HexADAAC6DE016f61448
Octal255252306151602636624110
Binary1010110110101010110001101101111001011011110110101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAAC6; }

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

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

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

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

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

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

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

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