#AF9D8B

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

Shades of Malta #AF9D8B

Tints of Malta #AF9D8B

Color information

#AF9D8B (or 0xAF9D8B) is unknown color: approx Malta. HEX triplet: AF, 9D and 8B. RGB value is (175,157,139). Sum of RGB (Red+Green+Blue) = 175+157+139=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 157 (61.72% from 255 or 33.33% from 471); Blue value is 139 (54.69% from 255 or 29.51% from 471); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9D8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9D8B is #506274. Grayscale: #A0A0A0. Windows color (decimal): -5268085 or 9149871. OLE color: 9149871.

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

Color convert

RGB175157139-
CMYK00.100.210.31
HSL30º18.37%61.57%-
HSV(B)30º20.57%68.63%-
XYZ34.435.0929.39-
YUV160.33115.96138.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.15%
GREEN value IS 157 (61.72% from 255) = 33.33%
BLUE value IS 139 (54.69% from 255) = 29.51%
R=37.15%
G=33.33%
B=29.51%

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
Decimal17515713900.100.210.313018.3761.57
HexAF9D8B0A151F1e123e
Octal2572352130122537362276
Binary1010111110011101100010110101010101111111111010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9D8B; }

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

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

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

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

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

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

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

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