Html Css Color HEX #AD9D8C Malta

📋 copy color: '#AD9D8C'

red 173 ◦ green 157 ◦ blue 140

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

Shades of Malta #AD9D8C

Tints of Malta #AD9D8C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.4%

 BLUE value IS 140 (55.08% from 255) = 29.79%

R = 36.81%
G = 33.4%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AD9D8C (or 0xAD9D8C) is known color: 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

RGB 173 157 140 -
CMYK 0 0.09 0.19 0.32
HSL 30.91º 0.17% 0.61% -
HSV(B) 30.91º 0.19% 0.68% -
XYZ 34.02 34.89 29.75 -
YUV 159.85 116.8 137.38 -
System Red Green Blue C M Y K H S L
Decimal 173 157 140 0 0.09 0.19 0.32 30.91 0.17 0.61
Hex AD 9D 8C 0 9 13 20 1F 11 3D
Octal 255 235 214 0 11 23 40 37 21 75
Binary 10101101 10011101 10001100 0 1001 10011 100000 11111 10001 111101

Color Harmonies of #AD9D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9D8C

Black with #AD9D8C

Text Example


Text Example

White with #AD9D8C

Text Example


Text Example

HTML Codes & Css Web 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>