Html Css Color HEX #A0A06F Malachite Green

📋 copy color: '#A0A06F'

red 160 ◦ green 160 ◦ blue 111

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

Shades of Malachite Green #A0A06F

Tints of Malachite Green #A0A06F

RGB

 RED value IS 160 (62.89% from 255) = 37.12%

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

 BLUE value IS 111 (43.75% from 255) = 25.75%

R = 37.12%
G = 37.12%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A0A06F (or 0xA0A06F) is known color: Malachite Green. HEX triplet: A0, A0 and 6F. RGB value is (160,160,111). Sum of RGB (Red+Green+Blue) = 160+160+111=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 111 (43.75% from 255 or 25.75% from 431); Max value from RGB is 160 - color contains mainly: red, green. Hex color #A0A06F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A06F is #5F5F90. Grayscale: #9A9A9A. Windows color (decimal): -6250385 or 7315616. OLE color: 7315616.

HSL color Cylindrical-coordinate representation of color #A0A06F: hue angle of 60º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0A06F is Cyan = 0, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 160 111 -
CMYK 0 0 0.31 0.37
HSL 60º 0.21% 0.53% -
HSV(B) 60º 0.31% 0.63% -
XYZ 29.94 33.76 19.98 -
YUV 154.41 103.5 131.98 -
System Red Green Blue C M Y K H S L
Decimal 160 160 111 0 0 0.31 0.37 60 0.21 0.53
Hex A0 A0 6F 0 0 1F 25 3C 15 35
Octal 240 240 157 0 0 37 45 74 25 65
Binary 10100000 10100000 1101111 0 0 11111 100101 111100 10101 110101

Color Harmonies of #A0A06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A06F

Black with #A0A06F

Text Example


Text Example

White with #A0A06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A06F; }

 p { color: rgb(160,160,111); }

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

background-color css

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

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

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

border-color css

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

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

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