Html Css Color HEX #A1A170 Malachite Green

📋 copy color: '#A1A170'

red 161 ◦ green 161 ◦ blue 112

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

Shades of Malachite Green #A1A170

Tints of Malachite Green #A1A170

RGB

 RED value IS 161 (63.28% from 255) = 37.1%

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

 BLUE value IS 112 (44.14% from 255) = 25.81%

R = 37.1%
G = 37.1%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A1A170 (or 0xA1A170) is known color: Malachite Green. HEX triplet: A1, A1 and 70. RGB value is (161,161,112). Sum of RGB (Red+Green+Blue) = 161+161+112=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 161 (63.28% from 255 or 37.10% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 161 - color contains mainly: red, green. Hex color #A1A170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A170 is #5E5E8F. Grayscale: #9B9B9B. Windows color (decimal): -6184592 or 7381409. OLE color: 7381409.

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

Color convert

RGB 161 161 112 -
CMYK 0 0 0.30 0.37
HSL 60º 0.21% 0.54% -
HSV(B) 60º 0.3% 0.63% -
XYZ 30.37 34.24 20.34 -
YUV 155.41 103.5 131.98 -
System Red Green Blue C M Y K H S L
Decimal 161 161 112 0 0 0.30 0.37 60 0.21 0.54
Hex A1 A1 70 0 0 1E 25 3C 15 36
Octal 241 241 160 0 0 36 45 74 25 66
Binary 10100001 10100001 1110000 0 0 11110 100101 111100 10101 110110

Color Harmonies of #A1A170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A170

Black with #A1A170

Text Example


Text Example

White with #A1A170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A170; }

 p { color: rgb(161,161,112); }

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

background-color css

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

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

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

border-color css

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

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

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