Html Css Color HEX #A49F65 Malachite Green

📋 copy color: '#A49F65'

red 164 ◦ green 159 ◦ blue 101

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

Shades of Malachite Green #A49F65

Tints of Malachite Green #A49F65

RGB

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

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

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

R = 38.68%
G = 37.5%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A49F65 (or 0xA49F65) is known color: Malachite Green. HEX triplet: A4, 9F and 65. RGB value is (164,159,101). Sum of RGB (Red+Green+Blue) = 164+159+101=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 159 (62.5% from 255 or 37.5% from 424); Blue value is 101 (39.84% from 255 or 23.82% from 424); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49F65 is #5B609A. Grayscale: #9A9A9A. Windows color (decimal): -5988507 or 6660004. OLE color: 6660004.

HSL color Cylindrical-coordinate representation of color #A49F65: hue angle of 55.24º 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 #A49F65 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 159 101 -
CMYK 0 0.03 0.38 0.36
HSL 55.24º 0.26% 0.52% -
HSV(B) 55.24º 0.38% 0.64% -
XYZ 30.06 33.63 17.22 -
YUV 153.88 98.16 135.22 -
System Red Green Blue C M Y K H S L
Decimal 164 159 101 0 0.03 0.38 0.36 55.24 0.26 0.52
Hex A4 9F 65 0 3 26 24 37 1A 34
Octal 244 237 145 0 3 46 44 67 32 64
Binary 10100100 10011111 1100101 0 11 100110 100100 110111 11010 110100

Color Harmonies of #A49F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49F65

Black with #A49F65

Text Example


Text Example

White with #A49F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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