#AF9E8B

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

Shades of Malta #AF9E8B

Tints of Malta #AF9E8B

Color information

#AF9E8B (or 0xAF9E8B) is unknown color: approx Malta. HEX triplet: AF, 9E and 8B. RGB value is (175,158,139). Sum of RGB (Red+Green+Blue) = 175+158+139=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 158 (62.11% from 255 or 33.47% from 472); Blue value is 139 (54.69% from 255 or 29.45% from 472); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9E8B is #506174. Grayscale: #A1A1A1. Windows color (decimal): -5267829 or 9150127. OLE color: 9150127.

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

Color convert

RGB175158139-
CMYK00.100.210.31
HSL31.67º18.37%61.57%-
HSV(B)31.67º20.57%68.63%-
XYZ34.5735.4329.44-
YUV160.92115.63138.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.08%
GREEN value IS 158 (62.11% from 255) = 33.47%
BLUE value IS 139 (54.69% from 255) = 29.45%
R=37.08%
G=33.47%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515813900.100.210.3131.6718.3761.57
HexAF9E8B0A151F20123e
Octal2572362130122537402276
Binary10101111100111101000101101010101011111110000010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9E8B; }

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

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

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

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

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

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

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

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