#AFADA0

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

Shades of Foggy Grey #AFADA0

Tints of Foggy Grey #AFADA0

Color information

#AFADA0 (or 0xAFADA0) is unknown color: approx Foggy Grey. HEX triplet: AF, AD and A0. RGB value is (175,173,160). Sum of RGB (Red+Green+Blue) = 175+173+160=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 160 (62.89% from 255 or 31.50% from 508); Max value from RGB is 175 - color contains mainly: red. Hex color #AFADA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFADA0 is #50525F. Grayscale: #ACACAC. Windows color (decimal): -5263968 or 10530223. OLE color: 10530223.

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

Color convert

RGB175173160-
CMYK00.010.090.31
HSL52º8.57%65.69%-
HSV(B)52º8.57%68.63%-
XYZ38.9741.5439.22-
YUV172.12121.16130.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.45%
GREEN value IS 173 (67.97% from 255) = 34.06%
BLUE value IS 160 (62.89% from 255) = 31.50%
R=34.45%
G=34.06%
B=31.50%

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
Decimal17517316000.010.090.31528.5765.69
HexAFADA00191F34942
Octal2572552400111376411102
Binary1010111110101101101000000110011111111010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFADA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFADA0; }

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

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

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

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

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

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

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

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