#AEAC9E

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

Shades of Foggy Grey #AEAC9E

Tints of Foggy Grey #AEAC9E

Color information

#AEAC9E (or 0xAEAC9E) is unknown color: approx Foggy Grey. HEX triplet: AE, AC and 9E. RGB value is (174,172,158). Sum of RGB (Red+Green+Blue) = 174+172+158=504 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.52% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 158 (62.11% from 255 or 31.35% from 504); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAC9E is #515361. Grayscale: #ABABAB. Windows color (decimal): -5329762 or 10398894. OLE color: 10398894.

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

Color convert

RGB174172158-
CMYK00.010.090.32
HSL52.5º8.99%65.1%-
HSV(B)52.5º9.2%68.24%-
XYZ38.3840.9738.23-
YUV171120.66130.14-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.52%
GREEN value IS 172 (67.58% from 255) = 34.13%
BLUE value IS 158 (62.11% from 255) = 31.35%
R=34.52%
G=34.13%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417215800.010.090.3252.58.9965.1
HexAEAC9E0192035941
Octal2562542360111406511101
Binary10101110101011001001111001100110000011010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAC9E; }

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

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

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

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

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

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

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

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