Html Css Color HEX #A49F61 Malachite Green

📋 copy color: '#A49F61'

red 164 ◦ green 159 ◦ blue 97

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

Shades of Malachite Green #A49F61

Tints of Malachite Green #A49F61

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.86%

 BLUE value IS 97 (38.28% from 255) = 23.1%

R = 39.05%
G = 37.86%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A49F61 (or 0xA49F61) is known color: Malachite Green. HEX triplet: A4, 9F and 61. RGB value is (164,159,97). Sum of RGB (Red+Green+Blue) = 164+159+97=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 97 (38.28% from 255 or 23.10% from 420); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49F61 is #5B609E. Grayscale: #999999. Windows color (decimal): -5988511 or 6397860. OLE color: 6397860.

HSL color Cylindrical-coordinate representation of color #A49F61: hue angle of 55.52º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A49F61 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 159 97 -
CMYK 0 0.03 0.41 0.36
HSL 55.52º 0.27% 0.51% -
HSV(B) 55.52º 0.41% 0.64% -
XYZ 29.87 33.55 16.21 -
YUV 153.43 96.16 135.54 -
System Red Green Blue C M Y K H S L
Decimal 164 159 97 0 0.03 0.41 0.36 55.52 0.27 0.51
Hex A4 9F 61 0 3 29 24 38 1B 33
Octal 244 237 141 0 3 51 44 70 33 63
Binary 10100100 10011111 1100001 0 11 101001 100100 111000 11011 110011

Color Harmonies of #A49F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49F61

Black with #A49F61

Text Example


Text Example

White with #A49F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49F61; }

 p { color: rgb(164,159,97); }

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

background-color css

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

 a { background-color: rgb(164,159,97); }

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

border-color css

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

 span { border-color: rgb(164,159,97); }

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