#ADACCA

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

Shades of Wistful #ADACCA

Tints of Wistful #ADACCA

Color information

#ADACCA (or 0xADACCA) is unknown color: approx Wistful. HEX triplet: AD, AC and CA. RGB value is (173,172,202). Sum of RGB (Red+Green+Blue) = 173+172+202=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 202 - color contains mainly: blue. Hex color #ADACCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACCA is #525335. Grayscale: #AFAFAF. Windows color (decimal): -5395254 or 13282477. OLE color: 13282477.

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

Color convert

RGB173172202-
CMYK0.140.1500.21
HSL242º22.06%73.33%-
HSV(B)242º14.85%79.22%-
XYZ42.6542.6561.86-
YUV175.72142.83126.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.63%
GREEN value IS 172 (67.58% from 255) = 31.44%
BLUE value IS 202 (79.30% from 255) = 36.93%
R=31.63%
G=31.44%
B=36.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1731722020.140.1500.2124222.0673.33
HexADACCAEF015f21649
Octal255254312161702536226111
Binary1010110110101100110010101110111101010111110010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADACCA; }

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

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

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

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

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

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

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

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