Html Css Color HEX #ADA08E Malta

📋 copy color: '#ADA08E'

red 173 ◦ green 160 ◦ blue 142

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

Shades of Malta #ADA08E

Tints of Malta #ADA08E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.68%

 BLUE value IS 142 (55.86% from 255) = 29.89%

R = 36.42%
G = 33.68%
B = 29.89%

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

#ADA08E (or 0xADA08E) is known color: Malta. HEX triplet: AD, A0 and 8E. RGB value is (173,160,142). Sum of RGB (Red+Green+Blue) = 173+160+142=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 142 (55.86% from 255 or 29.89% from 475); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA08E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA08E is #525F71. Grayscale: #A1A1A1. Windows color (decimal): -5398386 or 9347245. OLE color: 9347245.

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

Color convert

RGB 173 160 142 -
CMYK 0 0.08 0.18 0.32
HSL 34.84º 0.16% 0.62% -
HSV(B) 34.84º 0.18% 0.68% -
XYZ 34.69 35.98 30.71 -
YUV 161.84 116.81 135.96 -
System Red Green Blue C M Y K H S L
Decimal 173 160 142 0 0.08 0.18 0.32 34.84 0.16 0.62
Hex AD A0 8E 0 8 12 20 23 10 3E
Octal 255 240 216 0 10 22 40 43 20 76
Binary 10101101 10100000 10001110 0 1000 10010 100000 100011 10000 111110

Color Harmonies of #ADA08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA08E

Black with #ADA08E

Text Example


Text Example

White with #ADA08E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA08E; }

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

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

background-color css

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

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

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

border-color css

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

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

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