Html Css Color HEX #A4A065 Malachite Green

📋 copy color: '#A4A065'

red 164 ◦ green 160 ◦ blue 101

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

Shades of Malachite Green #A4A065

Tints of Malachite Green #A4A065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.76%

R = 38.59%
G = 37.65%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A4A065 (or 0xA4A065) is known color: Malachite Green. HEX triplet: A4, A0 and 65. RGB value is (164,160,101). Sum of RGB (Red+Green+Blue) = 164+160+101=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 101 (39.84% from 255 or 23.76% from 425); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A065 is #5B5F9A. Grayscale: #9A9A9A. Windows color (decimal): -5988251 or 6660260. OLE color: 6660260.

HSL color Cylindrical-coordinate representation of color #A4A065: hue angle of 56.19º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A4A065 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 160 101 -
CMYK 0 0.02 0.38 0.36
HSL 56.19º 0.26% 0.52% -
HSV(B) 56.19º 0.38% 0.64% -
XYZ 30.23 33.97 17.28 -
YUV 154.47 97.83 134.8 -
System Red Green Blue C M Y K H S L
Decimal 164 160 101 0 0.02 0.38 0.36 56.19 0.26 0.52
Hex A4 A0 65 0 2 26 24 38 1A 34
Octal 244 240 145 0 2 46 44 70 32 64
Binary 10100100 10100000 1100101 0 10 100110 100100 111000 11010 110100

Color Harmonies of #A4A065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A065

Black with #A4A065

Text Example


Text Example

White with #A4A065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A065; }

 p { color: rgb(164,160,101); }

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

background-color css

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

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

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

border-color css

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

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

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