Html Css Color HEX #A0A16B Malachite Green

📋 copy color: '#A0A16B'

red 160 ◦ green 161 ◦ blue 107

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

Shades of Malachite Green #A0A16B

Tints of Malachite Green #A0A16B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.62%

 BLUE value IS 107 (42.19% from 255) = 25%

R = 37.38%
G = 37.62%
B = 25%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A0A16B (or 0xA0A16B) is known color: Malachite Green. HEX triplet: A0, A1 and 6B. RGB value is (160,161,107). Sum of RGB (Red+Green+Blue) = 160+161+107=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 161 (63.28% from 255 or 37.62% from 428); Blue value is 107 (42.19% from 255 or 25% from 428); Max value from RGB is 161 - color contains mainly: green. Hex color #A0A16B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A16B is #5F5E94. Grayscale: #9A9A9A. Windows color (decimal): -6250133 or 7053728. OLE color: 7053728.

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

Color convert

RGB 160 161 107 -
CMYK 0.01 0 0.34 0.37
HSL 61.11º 0.22% 0.53% -
HSV(B) 61.11º 0.34% 0.63% -
XYZ 29.9 34.02 18.9 -
YUV 154.55 101.17 131.89 -
System Red Green Blue C M Y K H S L
Decimal 160 161 107 0.01 0 0.34 0.37 61.11 0.22 0.53
Hex A0 A1 6B 1 0 22 25 3D 16 35
Octal 240 241 153 1 0 42 45 75 26 65
Binary 10100000 10100001 1101011 1 0 100010 100101 111101 10110 110101

Color Harmonies of #A0A16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A16B

Black with #A0A16B

Text Example


Text Example

White with #A0A16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A16B; }

 p { color: rgb(160,161,107); }

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

background-color css

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

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

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

border-color css

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

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

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