#ACAACA

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

Shades of Wistful #ACAACA

Tints of Wistful #ACAACA

Color information

#ACAACA (or 0xACAACA) is unknown color: approx Wistful. HEX triplet: AC, AA and CA. RGB value is (172,170,202). Sum of RGB (Red+Green+Blue) = 172+170+202=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 170 (66.80% from 255 or 31.25% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 202 - color contains mainly: blue. Hex color #ACAACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAACA is #535535. Grayscale: #AEAEAE. Windows color (decimal): -5461302 or 13281964. OLE color: 13281964.

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

Color convert

RGB172170202-
CMYK0.150.1600.21
HSL243.75º23.19%72.94%-
HSV(B)243.75º15.84%79.22%-
XYZ42.0541.7861.73-
YUV174.25143.66126.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.62%
GREEN value IS 170 (66.80% from 255) = 31.25%
BLUE value IS 202 (79.30% from 255) = 37.13%
R=31.62%
G=31.25%
B=37.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721702020.150.1600.21243.7523.1972.94
HexACAACAF10015f41749
Octal254252312172002536427111
Binary10101100101010101100101011111000001010111110100101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAACA; }

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

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

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

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

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

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

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

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