#AEACA1

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

Shades of Foggy Grey #AEACA1

Tints of Foggy Grey #AEACA1

Color information

#AEACA1 (or 0xAEACA1) is unknown color: approx Foggy Grey. HEX triplet: AE, AC and A1. RGB value is (174,172,161). Sum of RGB (Red+Green+Blue) = 174+172+161=507 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.32% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 161 (63.28% from 255 or 31.76% from 507); Max value from RGB is 174 - color contains mainly: red. Hex color #AEACA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEACA1 is #51535E. Grayscale: #ABABAB. Windows color (decimal): -5329759 or 10595502. OLE color: 10595502.

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

Color convert

RGB174172161-
CMYK00.010.070.32
HSL50.77º7.43%65.69%-
HSV(B)50.77º7.47%68.24%-
XYZ38.6441.0839.61-
YUV171.34122.16129.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.32%
GREEN value IS 172 (67.58% from 255) = 33.93%
BLUE value IS 161 (63.28% from 255) = 31.76%
R=34.32%
G=33.93%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417216100.010.070.3250.777.4365.69
HexAEACA10172033742
Octal25625424101740637102
Binary101011101010110010100001011111000001100111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEACA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEACA1; }

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

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

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

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

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

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

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

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