#AF9F8B

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

Shades of Malta #AF9F8B

Tints of Malta #AF9F8B

Color information

#AF9F8B (or 0xAF9F8B) is unknown color: approx Malta. HEX triplet: AF, 9F and 8B. RGB value is (175,159,139). Sum of RGB (Red+Green+Blue) = 175+159+139=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 159 (62.5% from 255 or 33.62% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9F8B is #506074. Grayscale: #A1A1A1. Windows color (decimal): -5267573 or 9150383. OLE color: 9150383.

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

Color convert

RGB175159139-
CMYK00.090.210.31
HSL33.33º18.37%61.57%-
HSV(B)33.33º20.57%68.63%-
XYZ34.7435.7729.5-
YUV161.5115.3137.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.00%
GREEN value IS 159 (62.5% from 255) = 33.62%
BLUE value IS 139 (54.69% from 255) = 29.39%
R=37.00%
G=33.62%
B=29.39%

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
Decimal17515913900.090.210.3133.3318.3761.57
HexAF9F8B09151F21123e
Octal2572372130112537412276
Binary10101111100111111000101101001101011111110000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9F8B; }

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

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

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

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

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

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

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

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