#AFAD9F

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

Shades of Foggy Grey #AFAD9F

Tints of Foggy Grey #AFAD9F

Color information

#AFAD9F (or 0xAFAD9F) is unknown color: approx Foggy Grey. HEX triplet: AF, AD and 9F. RGB value is (175,173,159). Sum of RGB (Red+Green+Blue) = 175+173+159=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 159 (62.5% from 255 or 31.36% from 507); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAD9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAD9F is #505260. Grayscale: #ACACAC. Windows color (decimal): -5263969 or 10464687. OLE color: 10464687.

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

Color convert

RGB175173159-
CMYK00.010.090.31
HSL52.5º9.09%65.49%-
HSV(B)52.5º9.14%68.63%-
XYZ38.8841.538.76-
YUV172120.66130.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.52%
GREEN value IS 173 (67.97% from 255) = 34.12%
BLUE value IS 159 (62.5% from 255) = 31.36%
R=34.52%
G=34.12%
B=31.36%

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
Decimal17517315900.010.090.3152.59.0965.49
HexAFAD9F0191F35941
Octal2572552370111376511101
Binary1010111110101101100111110110011111111010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAD9F; }

 p { color: rgb(175,173,159); }

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

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

 a { background-color: rgb(175,173,159); }

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

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

 span { border-color: rgb(175,173,159); }

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