#AD9F8E

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

Shades of Malta #AD9F8E

Tints of Malta #AD9F8E

Color information

#AD9F8E (or 0xAD9F8E) is unknown color: approx Malta. HEX triplet: AD, 9F and 8E. RGB value is (173,159,142). Sum of RGB (Red+Green+Blue) = 173+159+142=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 159 (62.5% from 255 or 33.54% from 474); Blue value is 142 (55.86% from 255 or 29.96% from 474); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9F8E is #526071. Grayscale: #A1A1A1. Windows color (decimal): -5398642 or 9346989. OLE color: 9346989.

HSL color Cylindrical-coordinate representation of color #AD9F8E: hue angle of 32.9º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AD9F8E is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB173159142-
CMYK00.080.180.32
HSL32.9º15.9%61.76%-
HSV(B)32.9º17.92%67.84%-
XYZ34.5135.6330.65-
YUV161.25117.14136.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.50%
GREEN value IS 159 (62.5% from 255) = 33.54%
BLUE value IS 142 (55.86% from 255) = 29.96%
R=36.50%
G=33.54%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315914200.080.180.3232.915.961.76
HexAD9F8E08122021103e
Octal2552372160102240412076
Binary101011011001111110001110010001001010000010000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9F8E; }

 p { color: rgb(173,159,142); }

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

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

 a { background-color: rgb(173,159,142); }

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

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

 span { border-color: rgb(173,159,142); }

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