#AFAF9D

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

Shades of Foggy Grey #AFAF9D

Tints of Foggy Grey #AFAF9D

Color information

#AFAF9D (or 0xAFAF9D) is unknown color: approx Foggy Grey. HEX triplet: AF, AF and 9D. RGB value is (175,175,157). Sum of RGB (Red+Green+Blue) = 175+175+157=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 157 (61.72% from 255 or 30.97% from 507); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAF9D is #505062. Grayscale: #ADADAD. Windows color (decimal): -5263459 or 10334127. OLE color: 10334127.

HSL color Cylindrical-coordinate representation of color #AFAF9D: hue angle of 60º 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 #AFAF9D is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB175175157-
CMYK000.100.31
HSL60º10.11%65.1%-
HSV(B)60º10.29%68.63%-
XYZ39.0942.2137.98-
YUV172.95119129.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.52%
GREEN value IS 175 (68.75% from 255) = 34.52%
BLUE value IS 157 (61.72% from 255) = 30.97%
R=34.52%
G=34.52%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175175157000.100.316010.1165.1
HexAFAF9D00A1F3ca41
Octal2572572350012377412101
Binary1010111110101111100111010010101111111110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAF9D; }

 p { color: rgb(175,175,157); }

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

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

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

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

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

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

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