#ACACA0

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

Shades of Foggy Grey #ACACA0

Tints of Foggy Grey #ACACA0

Color information

#ACACA0 (or 0xACACA0) is unknown color: approx Foggy Grey. HEX triplet: AC, AC and A0. RGB value is (172,172,160). Sum of RGB (Red+Green+Blue) = 172+172+160=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 160 (62.89% from 255 or 31.75% from 504); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACACA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACACA0 is #53535F. Grayscale: #AAAAAA. Windows color (decimal): -5460832 or 10529964. OLE color: 10529964.

HSL color Cylindrical-coordinate representation of color #ACACA0: hue angle of 60º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ACACA0 is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB172172160-
CMYK000.070.33
HSL60º6.74%65.1%-
HSV(B)60º6.98%67.45%-
XYZ38.1140.8139.13-
YUV170.63122128.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.13%
GREEN value IS 172 (67.58% from 255) = 34.13%
BLUE value IS 160 (62.89% from 255) = 31.75%
R=34.13%
G=34.13%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172172160000.070.33606.7465.1
HexACACA0007213c741
Octal25425424000741747101
Binary101011001010110010100000001111000011111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACACA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACACA0; }

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

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

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

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

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

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

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

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