#AEACA4

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

Shades of Foggy Grey #AEACA4

Tints of Foggy Grey #AEACA4

Color information

#AEACA4 (or 0xAEACA4) is unknown color: approx Foggy Grey. HEX triplet: AE, AC and A4. RGB value is (174,172,164). Sum of RGB (Red+Green+Blue) = 174+172+164=510 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.12% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 164 (64.45% from 255 or 32.16% from 510); Max value from RGB is 174 - color contains mainly: red. Hex color #AEACA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEACA4 is #51535B. Grayscale: #ABABAB. Windows color (decimal): -5329756 or 10792110. OLE color: 10792110.

HSL color Cylindrical-coordinate representation of color #AEACA4: hue angle of 48º degrees, saturation: 0.06, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AEACA4 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB174172164-
CMYK00.010.060.32
HSL48º5.81%66.27%-
HSV(B)48º5.75%68.24%-
XYZ38.9141.1841.02-
YUV171.69123.66129.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.12%
GREEN value IS 172 (67.58% from 255) = 33.73%
BLUE value IS 164 (64.45% from 255) = 32.16%
R=34.12%
G=33.73%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417216400.010.060.32485.8166.27
HexAEACA40162030642
Octal25625424401640606102
Binary101011101010110010100100011101000001100001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEACA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEACA4; }

 p { color: rgb(174,172,164); }

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

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

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

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

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

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

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