#AFA08F

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

Shades of Malta #AFA08F

Tints of Malta #AFA08F

Color information

#AFA08F (or 0xAFA08F) is unknown color: approx Malta. HEX triplet: AF, A0 and 8F. RGB value is (175,160,143). Sum of RGB (Red+Green+Blue) = 175+160+143=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 143 (56.25% from 255 or 29.92% from 478); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA08F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA08F is #505F70. Grayscale: #A2A2A2. Windows color (decimal): -5267313 or 9412783. OLE color: 9412783.

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

Color convert

RGB175160143-
CMYK00.090.180.31
HSL31.88º16.67%62.35%-
HSV(B)31.88º18.29%68.63%-
XYZ35.2136.2431.13-
YUV162.55116.97136.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.61%
GREEN value IS 160 (62.89% from 255) = 33.47%
BLUE value IS 143 (56.25% from 255) = 29.92%
R=36.61%
G=33.47%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516014300.090.180.3131.8816.6762.35
HexAFA08F09121F20113e
Octal2572402170112237402176
Binary10101111101000001000111101001100101111110000010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA08F; }

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

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

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

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

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

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

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

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