#ADADCA

Color #ADADCA Wistful (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wistful #ADADCA

Tints of Wistful #ADADCA

Color information

#ADADCA (or 0xADADCA) is unknown color: approx Wistful. HEX triplet: AD, AD and CA. RGB value is (173,173,202). Sum of RGB (Red+Green+Blue) = 173+173+202=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 202 - color contains mainly: blue. Hex color #ADADCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADADCA is #525235. Grayscale: #B0B0B0. Windows color (decimal): -5394998 or 13282733. OLE color: 13282733.

HSL color Cylindrical-coordinate representation of color #ADADCA: hue angle of 240º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADADCA is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB173173202-
CMYK0.140.1400.21
HSL240º21.48%73.53%-
HSV(B)240º14.36%79.22%-
XYZ42.8443.0461.93-
YUV176.31142.5125.64-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.57%
GREEN value IS 173 (67.97% from 255) = 31.57%
BLUE value IS 202 (79.30% from 255) = 36.86%
R=31.57%
G=31.57%
B=36.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1731732020.140.1400.2124021.4873.53
HexADADCAEE015f0154a
Octal255255312161602536025112
Binary1010110110101101110010101110111001010111110000101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADADCA; }

 p { color: rgb(173,173,202); }

 H1.HeaderClassName
 {
   color: #ADADCA;
 }
 .AnyTagClassName
 {
   color: #ADADCA;
 }
</style>
background-color css

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

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

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

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

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

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