#AFA08A

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

Shades of Malta #AFA08A

Tints of Malta #AFA08A

Color information

#AFA08A (or 0xAFA08A) is unknown color: approx Malta. HEX triplet: AF, A0 and 8A. RGB value is (175,160,138). Sum of RGB (Red+Green+Blue) = 175+160+138=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA08A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA08A is #505F75. Grayscale: #A2A2A2. Windows color (decimal): -5267318 or 9085103. OLE color: 9085103.

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

Color convert

RGB175160138-
CMYK00.090.210.31
HSL35.68º18.78%61.37%-
HSV(B)35.68º21.14%68.63%-
XYZ34.8436.0929.17-
YUV161.98114.47137.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.00%
GREEN value IS 160 (62.89% from 255) = 33.83%
BLUE value IS 138 (54.30% from 255) = 29.18%
R=37.00%
G=33.83%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516013800.090.210.3135.6818.7861.37
HexAFA08A09151F24133d
Octal2572402120112537442375
Binary10101111101000001000101001001101011111110010010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA08A; }

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

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

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

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

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

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

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

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