#AEACA5

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

Shades of Foggy Grey #AEACA5

Tints of Foggy Grey #AEACA5

Color information

#AEACA5 (or 0xAEACA5) is unknown color: approx Foggy Grey. HEX triplet: AE, AC and A5. RGB value is (174,172,165). Sum of RGB (Red+Green+Blue) = 174+172+165=511 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.05% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 165 (64.84% from 255 or 32.29% from 511); Max value from RGB is 174 - color contains mainly: red. Hex color #AEACA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEACA5 is #51535A. Grayscale: #ABABAB. Windows color (decimal): -5329755 or 10857646. OLE color: 10857646.

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

Color convert

RGB174172165-
CMYK00.010.050.32
HSL46.67º5.26%66.47%-
HSV(B)46.67º5.17%68.24%-
XYZ3941.2241.5-
YUV171.8124.16129.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.05%
GREEN value IS 172 (67.58% from 255) = 33.66%
BLUE value IS 165 (64.84% from 255) = 32.29%
R=34.05%
G=33.66%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417216500.010.050.3246.675.2666.47
HexAEACA5015202f542
Octal25625424501540575102
Binary101011101010110010100101011011000001011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEACA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEACA5; }

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

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

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

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

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

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

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

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