#AF9F8D

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

Shades of Malta #AF9F8D

Tints of Malta #AF9F8D

Color information

#AF9F8D (or 0xAF9F8D) is unknown color: approx Malta. HEX triplet: AF, 9F and 8D. RGB value is (175,159,141). Sum of RGB (Red+Green+Blue) = 175+159+141=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 159 (62.5% from 255 or 33.47% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9F8D is #506072. Grayscale: #A1A1A1. Windows color (decimal): -5267571 or 9281455. OLE color: 9281455.

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

Color convert

RGB175159141-
CMYK00.090.190.31
HSL31.76º17.53%61.96%-
HSV(B)31.76º19.43%68.63%-
XYZ34.8935.8330.28-
YUV161.73116.3137.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.84%
GREEN value IS 159 (62.5% from 255) = 33.47%
BLUE value IS 141 (55.47% from 255) = 29.68%
R=36.84%
G=33.47%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515914100.090.190.3131.7617.5361.96
HexAF9F8D09131F20123e
Octal2572372150112337402276
Binary10101111100111111000110101001100111111110000010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9F8D; }

 p { color: rgb(175,159,141); }

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

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

 a { background-color: rgb(175,159,141); }

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

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

 span { border-color: rgb(175,159,141); }

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