#ADACC4

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

Shades of Wistful #ADACC4

Tints of Wistful #ADACC4

Color information

#ADACC4 (or 0xADACC4) is unknown color: approx Wistful. HEX triplet: AD, AC and C4. RGB value is (173,172,196). Sum of RGB (Red+Green+Blue) = 173+172+196=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 172 (67.58% from 255 or 31.79% from 541); Blue value is 196 (76.95% from 255 or 36.23% from 541); Max value from RGB is 196 - color contains mainly: blue. Hex color #ADACC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACC4 is #52533B. Grayscale: #AEAEAE. Windows color (decimal): -5395260 or 12889261. OLE color: 12889261.

HSL color Cylindrical-coordinate representation of color #ADACC4: hue angle of 242.5º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADACC4 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB173172196-
CMYK0.120.1200.23
HSL242.5º16.9%72.16%-
HSV(B)242.5º12.24%76.86%-
XYZ41.9542.3758.19-
YUV175.04139.83126.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.98%
GREEN value IS 172 (67.58% from 255) = 31.79%
BLUE value IS 196 (76.95% from 255) = 36.23%
R=31.98%
G=31.79%
B=36.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1731721960.120.1200.23242.516.972.16
HexADACC4CC017f21148
Octal255254304141402736221110
Binary1010110110101100110001001100110001011111110010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADACC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADACC4; }

 p { color: rgb(173,172,196); }

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

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

 a { background-color: rgb(173,172,196); }

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

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

 span { border-color: rgb(173,172,196); }

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