Html Css Color HEX #ADAAC0 Wistful

📋 copy color: '#ADAAC0'

red 173 ◦ green 170 ◦ blue 192

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

Shades of Wistful #ADAAC0

Tints of Wistful #ADAAC0

RGB

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

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

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

R = 32.34%
G = 31.78%
B = 35.89%

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

#ADAAC0 (or 0xADAAC0) is known color: Wistful. HEX triplet: AD, AA and C0. RGB value is (173,170,192). Sum of RGB (Red+Green+Blue) = 173+170+192=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 192 (75.39% from 255 or 35.89% from 535); Max value from RGB is 192 - color contains mainly: blue. Hex color #ADAAC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAAC0 is #52553F. Grayscale: #ADADAD. Windows color (decimal): -5395776 or 12626605. OLE color: 12626605.

HSL color Cylindrical-coordinate representation of color #ADAAC0: hue angle of 248.18º degrees, saturation: 0.15, 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 #ADAAC0 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 170 192 -
CMYK 0.10 0.11 0 0.25
HSL 248.18º 0.15% 0.71% -
HSV(B) 248.18º 0.11% 0.75% -
XYZ 41.12 41.44 55.7 -
YUV 173.41 138.49 127.71 -
System Red Green Blue C M Y K H S L
Decimal 173 170 192 0.10 0.11 0 0.25 248.18 0.15 0.71
Hex AD AA C0 A B 0 19 F8 F 47
Octal 255 252 300 12 13 0 31 370 17 107
Binary 10101101 10101010 11000000 1010 1011 0 11001 11111000 1111 1000111

Color Harmonies of #ADAAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAAC0

Black with #ADAAC0

Text Example


Text Example

White with #ADAAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAAC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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