#ADAAD0

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

Shades of Wistful #ADAAD0

Tints of Wistful #ADAAD0

Color information

#ADAAD0 (or 0xADAAD0) is unknown color: approx Wistful. HEX triplet: AD, AA and D0. RGB value is (173,170,208). Sum of RGB (Red+Green+Blue) = 173+170+208=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 170 (66.80% from 255 or 30.85% from 551); Blue value is 208 (81.64% from 255 or 37.75% from 551); Max value from RGB is 208 - color contains mainly: blue. Hex color #ADAAD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAAD0 is #52552F. Grayscale: #AFAFAF. Windows color (decimal): -5395760 or 13675181. OLE color: 13675181.

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

Color convert

RGB173170208-
CMYK0.170.1800.18
HSL244.74º28.79%74.12%-
HSV(B)244.74º18.27%81.57%-
XYZ42.9942.1965.55-
YUV175.23146.49126.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.40%
GREEN value IS 170 (66.80% from 255) = 30.85%
BLUE value IS 208 (81.64% from 255) = 37.75%
R=31.40%
G=30.85%
B=37.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1731702080.170.1800.18244.7428.7974.12
HexADAAD01112012f51d4a
Octal255252320212202236535112
Binary101011011010101011010000100011001001001011110101111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAAD0; }

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

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

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

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

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

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

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

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