#ACACCA

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

Shades of Wistful #ACACCA

Tints of Wistful #ACACCA

Color information

#ACACCA (or 0xACACCA) is unknown color: approx Wistful. HEX triplet: AC, AC and CA. RGB value is (172,172,202). Sum of RGB (Red+Green+Blue) = 172+172+202=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 202 - color contains mainly: blue. Hex color #ACACCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACACCA is #535335. Grayscale: #AFAFAF. Windows color (decimal): -5460790 or 13282476. OLE color: 13282476.

HSL color Cylindrical-coordinate representation of color #ACACCA: hue angle of 240º 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 #ACACCA is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB172172202-
CMYK0.150.1500.21
HSL240º22.06%73.33%-
HSV(B)240º14.85%79.22%-
XYZ42.4342.5461.85-
YUV175.42143125.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.50%
GREEN value IS 172 (67.58% from 255) = 31.50%
BLUE value IS 202 (79.30% from 255) = 37.00%
R=31.50%
G=31.50%
B=37.00%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721722020.150.1500.2124022.0673.33
HexACACCAFF015f01649
Octal254254312171702536026111
Binary1010110010101100110010101111111101010111110000101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACACCA; }

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

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

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

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

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

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

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

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