Html Css Color HEX #A49E68 Malachite Green

📋 copy color: '#A49E68'

red 164 ◦ green 158 ◦ blue 104

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

Shades of Malachite Green #A49E68

Tints of Malachite Green #A49E68

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.09%

 BLUE value IS 104 (41.02% from 255) = 24.41%

R = 38.5%
G = 37.09%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A49E68 (or 0xA49E68) is known color: Malachite Green. HEX triplet: A4, 9E and 68. RGB value is (164,158,104). Sum of RGB (Red+Green+Blue) = 164+158+104=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 158 (62.11% from 255 or 37.09% from 426); Blue value is 104 (41.02% from 255 or 24.41% from 426); Max value from RGB is 164 - color contains mainly: red. Hex color #A49E68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49E68 is #5B6197. Grayscale: #999999. Windows color (decimal): -5988760 or 6856356. OLE color: 6856356.

HSL color Cylindrical-coordinate representation of color #A49E68: hue angle of 54º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A49E68 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 158 104 -
CMYK 0 0.04 0.37 0.36
HSL 54º 0.25% 0.53% -
HSV(B) 54º 0.37% 0.64% -
XYZ 30.04 33.35 17.95 -
YUV 153.64 99.99 135.39 -
System Red Green Blue C M Y K H S L
Decimal 164 158 104 0 0.04 0.37 0.36 54 0.25 0.53
Hex A4 9E 68 0 4 25 24 36 19 35
Octal 244 236 150 0 4 45 44 66 31 65
Binary 10100100 10011110 1101000 0 100 100101 100100 110110 11001 110101

Color Harmonies of #A49E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49E68

Black with #A49E68

Text Example


Text Example

White with #A49E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49E68; }

 p { color: rgb(164,158,104); }

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

background-color css

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

 a { background-color: rgb(164,158,104); }

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

border-color css

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

 span { border-color: rgb(164,158,104); }

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