Html Css Color HEX #ADABC1 Wistful

📋 copy color: '#ADABC1'

red 173 ◦ green 171 ◦ blue 193

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

Shades of Wistful #ADABC1

Tints of Wistful #ADABC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 35.94%

R = 32.22%
G = 31.84%
B = 35.94%

CMYK

 C value IS 0.10

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#ADABC1 (or 0xADABC1) is known color: Wistful. HEX triplet: AD, AB and C1. RGB value is (173,171,193). Sum of RGB (Red+Green+Blue) = 173+171+193=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 171 (67.19% from 255 or 31.84% from 537); Blue value is 193 (75.78% from 255 or 35.94% from 537); Max value from RGB is 193 - color contains mainly: blue. Hex color #ADABC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADABC1 is #52543E. Grayscale: #AEAEAE. Windows color (decimal): -5395519 or 12692397. OLE color: 12692397.

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

Color convert

RGB 173 171 193 -
CMYK 0.10 0.11 0 0.24
HSL 245.45º 0.15% 0.71% -
HSV(B) 245.45º 0.11% 0.76% -
XYZ 41.42 41.86 56.35 -
YUV 174.11 138.66 127.21 -
System Red Green Blue C M Y K H S L
Decimal 173 171 193 0.10 0.11 0 0.24 245.45 0.15 0.71
Hex AD AB C1 A B 0 18 F5 F 47
Octal 255 253 301 12 13 0 30 365 17 107
Binary 10101101 10101011 11000001 1010 1011 0 11000 11110101 1111 1000111

Color Harmonies of #ADABC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADABC1

Black with #ADABC1

Text Example


Text Example

White with #ADABC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADABC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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