#AFAE9E

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

Shades of Foggy Grey #AFAE9E

Tints of Foggy Grey #AFAE9E

Color information

#AFAE9E (or 0xAFAE9E) is unknown color: approx Foggy Grey. HEX triplet: AF, AE and 9E. RGB value is (175,174,158). Sum of RGB (Red+Green+Blue) = 175+174+158=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 174 (68.36% from 255 or 34.32% from 507); Blue value is 158 (62.11% from 255 or 31.16% from 507); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAE9E is #505161. Grayscale: #ACACAC. Windows color (decimal): -5263714 or 10399407. OLE color: 10399407.

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

Color convert

RGB175174158-
CMYK00.010.100.31
HSL56.47º9.6%65.29%-
HSV(B)56.47º9.71%68.63%-
XYZ38.9941.8538.37-
YUV172.48119.83129.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.52%
GREEN value IS 174 (68.36% from 255) = 34.32%
BLUE value IS 158 (62.11% from 255) = 31.16%
R=34.52%
G=34.32%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517415800.010.100.3156.479.665.29
HexAFAE9E01A1F38a41
Octal2572562360112377012101
Binary1010111110101110100111100110101111111100010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAE9E; }

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

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

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

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

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

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

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

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