#AFA08B

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

Shades of Malta #AFA08B

Tints of Malta #AFA08B

Color information

#AFA08B (or 0xAFA08B) is unknown color: approx Malta. HEX triplet: AF, A0 and 8B. RGB value is (175,160,139). Sum of RGB (Red+Green+Blue) = 175+160+139=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 160 (62.89% from 255 or 33.76% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA08B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA08B is #505F74. Grayscale: #A2A2A2. Windows color (decimal): -5267317 or 9150639. OLE color: 9150639.

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

Color convert

RGB175160139-
CMYK00.090.210.31
HSL35º18.37%61.57%-
HSV(B)35º20.57%68.63%-
XYZ34.9136.1229.56-
YUV162.09114.97137.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.92%
GREEN value IS 160 (62.89% from 255) = 33.76%
BLUE value IS 139 (54.69% from 255) = 29.32%
R=36.92%
G=33.76%
B=29.32%

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
Decimal17516013900.090.210.313518.3761.57
HexAFA08B09151F23123e
Octal2572402130112537432276
Binary10101111101000001000101101001101011111110001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA08B; }

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

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

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

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

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

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

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

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