Html Css Color HEX #ADADC0 Wistful

📋 copy color: '#ADADC0'

red 173 ◦ green 173 ◦ blue 192

#ADADC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wistful #ADADC0

Tints of Wistful #ADADC0

RGB

 RED value IS 173 (67.97% from 255) = 32.16%

 GREEN value IS 173 (67.97% from 255) = 32.16%

 BLUE value IS 192 (75.39% from 255) = 35.69%

R = 32.16%
G = 32.16%
B = 35.69%

CMYK

 C value IS 0.10

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ADADC0 (or 0xADADC0) is known color: Wistful. HEX triplet: AD, AD and C0. RGB value is (173,173,192). Sum of RGB (Red+Green+Blue) = 173+173+192=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 192 (75.39% from 255 or 35.69% from 538); Max value from RGB is 192 - color contains mainly: blue. Hex color #ADADC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADADC0 is #52523F. Grayscale: #AFAFAF. Windows color (decimal): -5395008 or 12627373. OLE color: 12627373.

HSL color Cylindrical-coordinate representation of color #ADADC0: hue angle of 240º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADADC0 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 173 192 -
CMYK 0.10 0.10 0 0.25
HSL 240º 0.13% 0.72% -
HSV(B) 240º 0.1% 0.75% -
XYZ 41.69 42.58 55.89 -
YUV 175.17 137.5 126.46 -
System Red Green Blue C M Y K H S L
Decimal 173 173 192 0.10 0.10 0 0.25 240 0.13 0.72
Hex AD AD C0 A A 0 19 F0 D 48
Octal 255 255 300 12 12 0 31 360 15 110
Binary 10101101 10101101 11000000 1010 1010 0 11001 11110000 1101 1001000

Color Harmonies of #ADADC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADADC0

Black with #ADADC0

Text Example


Text Example

White with #ADADC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADADC0; }

 p { color: rgb(173,173,192); }

 H1.HeaderClassName
 {
   color: #ADADC0;
 }
 .AnyTagClassName
 {
   color: #ADADC0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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