#AFA18F

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

Shades of Malta #AFA18F

Tints of Malta #AFA18F

Color information

#AFA18F (or 0xAFA18F) is unknown color: approx Malta. HEX triplet: AF, A1 and 8F. RGB value is (175,161,143). Sum of RGB (Red+Green+Blue) = 175+161+143=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 161 (63.28% from 255 or 33.61% from 479); Blue value is 143 (56.25% from 255 or 29.85% from 479); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA18F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA18F is #505E70. Grayscale: #A3A3A3. Windows color (decimal): -5267057 or 9413039. OLE color: 9413039.

HSL color Cylindrical-coordinate representation of color #AFA18F: hue angle of 33.75º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFA18F is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB175161143-
CMYK00.080.180.31
HSL33.75º16.67%62.35%-
HSV(B)33.75º18.29%68.63%-
XYZ35.3836.5931.18-
YUV163.13116.64136.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.53%
GREEN value IS 161 (63.28% from 255) = 33.61%
BLUE value IS 143 (56.25% from 255) = 29.85%
R=36.53%
G=33.61%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516114300.080.180.3133.7516.6762.35
HexAFA18F08121F22113e
Octal2572412170102237422176
Binary10101111101000011000111101000100101111110001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA18F; }

 p { color: rgb(175,161,143); }

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

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

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

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

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

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

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