#ADACC1

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

Shades of Wistful #ADACC1

Tints of Wistful #ADACC1

Color information

#ADACC1 (or 0xADACC1) is unknown color: approx Wistful. HEX triplet: AD, AC and C1. RGB value is (173,172,193). Sum of RGB (Red+Green+Blue) = 173+172+193=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 172 (67.58% from 255 or 31.97% from 538); Blue value is 193 (75.78% from 255 or 35.87% from 538); Max value from RGB is 193 - color contains mainly: blue. Hex color #ADACC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACC1 is #52533E. Grayscale: #AEAEAE. Windows color (decimal): -5395263 or 12692653. OLE color: 12692653.

HSL color Cylindrical-coordinate representation of color #ADACC1: hue angle of 242.86º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADACC1 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB173172193-
CMYK0.100.1100.24
HSL242.86º14.48%71.57%-
HSV(B)242.86º10.88%75.69%-
XYZ41.6142.2456.41-
YUV174.69138.33126.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.16%
GREEN value IS 172 (67.58% from 255) = 31.97%
BLUE value IS 193 (75.78% from 255) = 35.87%
R=32.16%
G=31.97%
B=35.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731721930.100.1100.24242.8614.4871.57
HexADACC1AB018f3e48
Octal255254301121303036316110
Binary101011011010110011000001101010110110001111001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADACC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADACC1; }

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

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

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

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

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

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

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

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