Html Css Color HEX #ADACCA Wistful

📋 copy color: '#ADACCA'

red 173 ◦ green 172 ◦ blue 202

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

Shades of Wistful #ADACCA

Tints of Wistful #ADACCA

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.3% from 255) = 36.93%

R = 31.63%
G = 31.44%
B = 36.93%

CMYK

 C value IS 0.14

 M value IS 0.15

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#ADACCA (or 0xADACCA) is known color: 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

RGB 173 172 202 -
CMYK 0.14 0.15 0 0.21
HSL 242º 0.22% 0.73% -
HSV(B) 242º 0.15% 0.79% -
XYZ 42.65 42.65 61.86 -
YUV 175.72 142.83 126.06 -
System Red Green Blue C M Y K H S L
Decimal 173 172 202 0.14 0.15 0 0.21 242 0.22 0.73
Hex AD AC CA E F 0 15 F2 16 49
Octal 255 254 312 16 17 0 25 362 26 111
Binary 10101101 10101100 11001010 1110 1111 0 10101 11110010 10110 1001001

Color Harmonies of #ADACCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADACCA

Black with #ADACCA

Text Example


Text Example

White with #ADACCA

Text Example


Text Example

HTML Codes & Css Web 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>