#AEAC9D

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

Shades of Foggy Grey #AEAC9D

Tints of Foggy Grey #AEAC9D

Color information

#AEAC9D (or 0xAEAC9D) is unknown color: approx Foggy Grey. HEX triplet: AE, AC and 9D. RGB value is (174,172,157). Sum of RGB (Red+Green+Blue) = 174+172+157=503 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.59% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 157 (61.72% from 255 or 31.21% from 503); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAC9D is #515362. Grayscale: #AAAAAA. Windows color (decimal): -5329763 or 10333358. OLE color: 10333358.

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

Color convert

RGB174172157-
CMYK00.010.100.32
HSL52.94º9.5%64.9%-
HSV(B)52.94º9.77%68.24%-
XYZ38.2940.9437.78-
YUV170.89120.16130.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.59%
GREEN value IS 172 (67.58% from 255) = 34.19%
BLUE value IS 157 (61.72% from 255) = 31.21%
R=34.59%
G=34.19%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417215700.010.100.3252.949.564.9
HexAEAC9D01A2035941
Octal2562542350112406511101
Binary10101110101011001001110101101010000011010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAC9D; }

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

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

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

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

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

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

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

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