#ADAACB

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

Shades of Wistful #ADAACB

Tints of Wistful #ADAACB

Color information

#ADAACB (or 0xADAACB) is unknown color: approx Wistful. HEX triplet: AD, AA and CB. RGB value is (173,170,203). Sum of RGB (Red+Green+Blue) = 173+170+203=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 203 - color contains mainly: blue. Hex color #ADAACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAACB is #525534. Grayscale: #AEAEAE. Windows color (decimal): -5395765 or 13347501. OLE color: 13347501.

HSL color Cylindrical-coordinate representation of color #ADAACB: hue angle of 245.45º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADAACB is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB173170203-
CMYK0.150.1600.20
HSL245.45º24.09%73.14%-
HSV(B)245.45º16.26%79.61%-
XYZ42.3941.9562.36-
YUV174.66143.99126.82-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.68%
GREEN value IS 170 (66.80% from 255) = 31.14%
BLUE value IS 203 (79.69% from 255) = 37.18%
R=31.68%
G=31.14%
B=37.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731702030.150.1600.20245.4524.0973.14
HexADAACBF10014f51849
Octal255252313172002436530111
Binary10101101101010101100101111111000001010011110101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAACB; }

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

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

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

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

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

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

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

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