Html Css Color HEX #AD9F8D Malta

📋 copy color: '#AD9F8D'

red 173 ◦ green 159 ◦ blue 141

#AD9F8D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malta #AD9F8D

Tints of Malta #AD9F8D

RGB

 RED value IS 173 (67.97% from 255) = 36.58%

 GREEN value IS 159 (62.5% from 255) = 33.62%

 BLUE value IS 141 (55.47% from 255) = 29.81%

R = 36.58%
G = 33.62%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AD9F8D (or 0xAD9F8D) is known color: Malta. HEX triplet: AD, 9F and 8D. RGB value is (173,159,141). Sum of RGB (Red+Green+Blue) = 173+159+141=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 159 (62.5% from 255 or 33.62% from 473); Blue value is 141 (55.47% from 255 or 29.81% from 473); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9F8D is #526072. Grayscale: #A1A1A1. Windows color (decimal): -5398643 or 9281453. OLE color: 9281453.

HSL color Cylindrical-coordinate representation of color #AD9F8D: hue angle of 33.75º 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 #AD9F8D is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 159 141 -
CMYK 0 0.08 0.18 0.32
HSL 33.75º 0.16% 0.62% -
HSV(B) 33.75º 0.18% 0.68% -
XYZ 34.44 35.6 30.26 -
YUV 161.13 116.64 136.46 -
System Red Green Blue C M Y K H S L
Decimal 173 159 141 0 0.08 0.18 0.32 33.75 0.16 0.62
Hex AD 9F 8D 0 8 12 20 22 10 3E
Octal 255 237 215 0 10 22 40 42 20 76
Binary 10101101 10011111 10001101 0 1000 10010 100000 100010 10000 111110

Color Harmonies of #AD9F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9F8D

Black with #AD9F8D

Text Example


Text Example

White with #AD9F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9F8D; }

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

 H1.HeaderClassName
 {
   color: #AD9F8D;
 }
 .AnyTagClassName
 {
   color: #AD9F8D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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