Html Css Color HEX #ADAAC4 Wistful

📋 copy color: '#ADAAC4'

red 173 ◦ green 170 ◦ blue 196

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

Shades of Wistful #ADAAC4

Tints of Wistful #ADAAC4

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.54%

 BLUE value IS 196 (76.95% from 255) = 36.36%

R = 32.1%
G = 31.54%
B = 36.36%

CMYK

 C value IS 0.12

 M value IS 0.13

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#ADAAC4 (or 0xADAAC4) is known color: Wistful. HEX triplet: AD, AA and C4. RGB value is (173,170,196). Sum of RGB (Red+Green+Blue) = 173+170+196=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 196 (76.95% from 255 or 36.36% from 539); Max value from RGB is 196 - color contains mainly: blue. Hex color #ADAAC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAAC4 is #52553B. Grayscale: #ADADAD. Windows color (decimal): -5395772 or 12888749. OLE color: 12888749.

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

Color convert

RGB 173 170 196 -
CMYK 0.12 0.13 0 0.23
HSL 246.92º 0.18% 0.72% -
HSV(B) 246.92º 0.13% 0.77% -
XYZ 41.57 41.62 58.07 -
YUV 173.86 140.49 127.39 -
System Red Green Blue C M Y K H S L
Decimal 173 170 196 0.12 0.13 0 0.23 246.92 0.18 0.72
Hex AD AA C4 C D 0 17 F7 12 48
Octal 255 252 304 14 15 0 27 367 22 110
Binary 10101101 10101010 11000100 1100 1101 0 10111 11110111 10010 1001000

Color Harmonies of #ADAAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAAC4

Black with #ADAAC4

Text Example


Text Example

White with #ADAAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAAC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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