Html Css Color HEX #ADABC0 Wistful

📋 copy color: '#ADABC0'

red 173 ◦ green 171 ◦ blue 192

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

Shades of Wistful #ADABC0

Tints of Wistful #ADABC0

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.9%

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

R = 32.28%
G = 31.9%
B = 35.82%

CMYK

 C value IS 0.10

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ADABC0 (or 0xADABC0) is known color: Wistful. HEX triplet: AD, AB and C0. RGB value is (173,171,192). Sum of RGB (Red+Green+Blue) = 173+171+192=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 171 (67.19% from 255 or 31.90% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 192 - color contains mainly: blue. Hex color #ADABC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADABC0 is #52543F. Grayscale: #ADADAD. Windows color (decimal): -5395520 or 12626861. OLE color: 12626861.

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

Color convert

RGB 173 171 192 -
CMYK 0.10 0.11 0 0.25
HSL 245.71º 0.14% 0.71% -
HSV(B) 245.71º 0.11% 0.75% -
XYZ 41.31 41.82 55.76 -
YUV 173.99 138.16 127.29 -
System Red Green Blue C M Y K H S L
Decimal 173 171 192 0.10 0.11 0 0.25 245.71 0.14 0.71
Hex AD AB C0 A B 0 19 F6 E 47
Octal 255 253 300 12 13 0 31 366 16 107
Binary 10101101 10101011 11000000 1010 1011 0 11001 11110110 1110 1000111

Color Harmonies of #ADABC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADABC0

Black with #ADABC0

Text Example


Text Example

White with #ADABC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADABC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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