#AFAEA0

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

Shades of Foggy Grey #AFAEA0

Tints of Foggy Grey #AFAEA0

Color information

#AFAEA0 (or 0xAFAEA0) is unknown color: approx Foggy Grey. HEX triplet: AF, AE and A0. RGB value is (175,174,160). Sum of RGB (Red+Green+Blue) = 175+174+160=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 174 (68.36% from 255 or 34.18% from 509); Blue value is 160 (62.89% from 255 or 31.43% from 509); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAEA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAEA0 is #50515F. Grayscale: #ACACAC. Windows color (decimal): -5263712 or 10530479. OLE color: 10530479.

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

Color convert

RGB175174160-
CMYK00.010.090.31
HSL56º8.57%65.69%-
HSV(B)56º8.57%68.63%-
XYZ39.1641.9239.29-
YUV172.7120.83129.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.38%
GREEN value IS 174 (68.36% from 255) = 34.18%
BLUE value IS 160 (62.89% from 255) = 31.43%
R=34.38%
G=34.18%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517416000.010.090.31568.5765.69
HexAFAEA00191F38942
Octal2572562400111377011102
Binary1010111110101110101000000110011111111100010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAEA0; }

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

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

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

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

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

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

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

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