#AD9D8C

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

Shades of Malta #AD9D8C

Tints of Malta #AD9D8C

Color information

#AD9D8C (or 0xAD9D8C) is unknown color: approx Malta. HEX triplet: AD, 9D and 8C. RGB value is (173,157,140). Sum of RGB (Red+Green+Blue) = 173+157+140=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 157 (61.72% from 255 or 33.40% from 470); Blue value is 140 (55.08% from 255 or 29.79% from 470); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9D8C is #526273. Grayscale: #9F9F9F. Windows color (decimal): -5399156 or 9215405. OLE color: 9215405.

HSL color Cylindrical-coordinate representation of color #AD9D8C: hue angle of 30.91º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AD9D8C is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB173157140-
CMYK00.090.190.32
HSL30.91º16.75%61.37%-
HSV(B)30.91º19.08%67.84%-
XYZ34.0234.8929.75-
YUV159.85116.8137.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.81%
GREEN value IS 157 (61.72% from 255) = 33.40%
BLUE value IS 140 (55.08% from 255) = 29.79%
R=36.81%
G=33.40%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315714000.090.190.3230.9116.7561.37
HexAD9D8C0913201f113d
Octal2552352140112340372175
Binary10101101100111011000110001001100111000001111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9D8C; }

 p { color: rgb(173,157,140); }

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

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

 a { background-color: rgb(173,157,140); }

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

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

 span { border-color: rgb(173,157,140); }

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