Html Css Color HEX #A49F67 Malachite Green

📋 copy color: '#A49F67'

red 164 ◦ green 159 ◦ blue 103

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

Shades of Malachite Green #A49F67

Tints of Malachite Green #A49F67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 24.18%

R = 38.5%
G = 37.32%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A49F67 (or 0xA49F67) is known color: Malachite Green. HEX triplet: A4, 9F and 67. RGB value is (164,159,103). Sum of RGB (Red+Green+Blue) = 164+159+103=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 159 (62.5% from 255 or 37.32% from 426); Blue value is 103 (40.62% from 255 or 24.18% from 426); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49F67 is #5B6098. Grayscale: #9A9A9A. Windows color (decimal): -5988505 or 6791076. OLE color: 6791076.

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

Color convert

RGB 164 159 103 -
CMYK 0 0.03 0.37 0.36
HSL 55.08º 0.25% 0.52% -
HSV(B) 55.08º 0.37% 0.64% -
XYZ 30.16 33.67 17.74 -
YUV 154.11 99.16 135.05 -
System Red Green Blue C M Y K H S L
Decimal 164 159 103 0 0.03 0.37 0.36 55.08 0.25 0.52
Hex A4 9F 67 0 3 25 24 37 19 34
Octal 244 237 147 0 3 45 44 67 31 64
Binary 10100100 10011111 1100111 0 11 100101 100100 110111 11001 110100

Color Harmonies of #A49F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49F67

Black with #A49F67

Text Example


Text Example

White with #A49F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49F67; }

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

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

background-color css

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

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

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

border-color css

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

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

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