Html Css Color HEX #A4A270 Malachite Green

📋 copy color: '#A4A270'

red 164 ◦ green 162 ◦ blue 112

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

Shades of Malachite Green #A4A270

Tints of Malachite Green #A4A270

RGB

 RED value IS 164 (64.45% from 255) = 37.44%

 GREEN value IS 162 (63.67% from 255) = 36.99%

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

R = 37.44%
G = 36.99%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A4A270 (or 0xA4A270) is known color: Malachite Green. HEX triplet: A4, A2 and 70. RGB value is (164,162,112). Sum of RGB (Red+Green+Blue) = 164+162+112=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 162 (63.67% from 255 or 36.99% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A270 is #5B5D8F. Grayscale: #9D9D9D. Windows color (decimal): -5987728 or 7381668. OLE color: 7381668.

HSL color Cylindrical-coordinate representation of color #A4A270: hue angle of 57.69º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4A270 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 162 112 -
CMYK 0 0.01 0.32 0.36
HSL 57.69º 0.22% 0.54% -
HSV(B) 57.69º 0.32% 0.64% -
XYZ 31.15 34.9 20.42 -
YUV 156.9 102.66 133.07 -
System Red Green Blue C M Y K H S L
Decimal 164 162 112 0 0.01 0.32 0.36 57.69 0.22 0.54
Hex A4 A2 70 0 1 20 24 3A 16 36
Octal 244 242 160 0 1 40 44 72 26 66
Binary 10100100 10100010 1110000 0 1 100000 100100 111010 10110 110110

Color Harmonies of #A4A270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A270

Black with #A4A270

Text Example


Text Example

White with #A4A270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A270; }

 p { color: rgb(164,162,112); }

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

background-color css

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

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

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

border-color css

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

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

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