#AEAC9F

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

Shades of Foggy Grey #AEAC9F

Tints of Foggy Grey #AEAC9F

Color information

#AEAC9F (or 0xAEAC9F) is unknown color: approx Foggy Grey. HEX triplet: AE, AC and 9F. RGB value is (174,172,159). Sum of RGB (Red+Green+Blue) = 174+172+159=505 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.46% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 159 (62.5% from 255 or 31.49% from 505); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAC9F is #515360. Grayscale: #ABABAB. Windows color (decimal): -5329761 or 10464430. OLE color: 10464430.

HSL color Cylindrical-coordinate representation of color #AEAC9F: hue angle of 52º degrees, saturation: 0.08, 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 #AEAC9F is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB174172159-
CMYK00.010.090.32
HSL52º8.47%65.29%-
HSV(B)52º8.62%68.24%-
XYZ38.4741.0138.69-
YUV171.12121.16130.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.46%
GREEN value IS 172 (67.58% from 255) = 34.06%
BLUE value IS 159 (62.5% from 255) = 31.49%
R=34.46%
G=34.06%
B=31.49%

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
Decimal17417215900.010.090.32528.4765.29
HexAEAC9F0192034841
Octal2562542370111406410101
Binary10101110101011001001111101100110000011010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAC9F; }

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

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

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

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

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

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

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

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