Shades of Wistful #ADAAC4
Tints of Wistful #ADAAC4
RGB
CMYK
RGB Variations
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
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>