Html Css Color HEX #ACABC0 Wistful

📋 copy color: '#ACABC0'

red 172 ◦ green 171 ◦ blue 192

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

Shades of Wistful #ACABC0

Tints of Wistful #ACABC0

RGB

 RED value IS 172 (67.58% from 255) = 32.15%

 GREEN value IS 171 (67.19% from 255) = 31.96%

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

R = 32.15%
G = 31.96%
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

#ACABC0 (or 0xACABC0) is known color: Wistful. HEX triplet: AC, AB and C0. RGB value is (172,171,192). Sum of RGB (Red+Green+Blue) = 172+171+192=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 171 (67.19% from 255 or 31.96% 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 #ACABC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACABC0 is #53543F. Grayscale: #ADADAD. Windows color (decimal): -5461056 or 12626860. OLE color: 12626860.

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

Color convert

RGB 172 171 192 -
CMYK 0.10 0.11 0 0.25
HSL 242.86º 0.14% 0.71% -
HSV(B) 242.86º 0.11% 0.75% -
XYZ 41.09 41.7 55.75 -
YUV 173.69 138.33 126.79 -
System Red Green Blue C M Y K H S L
Decimal 172 171 192 0.10 0.11 0 0.25 242.86 0.14 0.71
Hex AC AB C0 A B 0 19 F3 E 47
Octal 254 253 300 12 13 0 31 363 16 107
Binary 10101100 10101011 11000000 1010 1011 0 11001 11110011 1110 1000111

Color Harmonies of #ACABC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACABC0

Black with #ACABC0

Text Example


Text Example

White with #ACABC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACABC0; }

 p { color: rgb(172,171,192); }

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

background-color css

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

 a { background-color: rgb(172,171,192); }

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

border-color css

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

 span { border-color: rgb(172,171,192); }

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