Html Css Color HEX #A19C64 Malachite Green

📋 copy color: '#A19C64'

red 161 ◦ green 156 ◦ blue 100

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

Shades of Malachite Green #A19C64

Tints of Malachite Green #A19C64

RGB

 RED value IS 161 (63.28% from 255) = 38.61%

 GREEN value IS 156 (61.33% from 255) = 37.41%

 BLUE value IS 100 (39.45% from 255) = 23.98%

R = 38.61%
G = 37.41%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#A19C64 (or 0xA19C64) is known color: Malachite Green. HEX triplet: A1, 9C and 64. RGB value is (161,156,100). Sum of RGB (Red+Green+Blue) = 161+156+100=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 156 (61.33% from 255 or 37.41% from 417); Blue value is 100 (39.45% from 255 or 23.98% from 417); Max value from RGB is 161 - color contains mainly: red. Hex color #A19C64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19C64 is #5E639B. Grayscale: #979797. Windows color (decimal): -6185884 or 6593697. OLE color: 6593697.

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

Color convert

RGB 161 156 100 -
CMYK 0 0.03 0.38 0.37
HSL 55.08º 0.24% 0.51% -
HSV(B) 55.08º 0.38% 0.63% -
XYZ 28.89 32.27 16.76 -
YUV 151.11 99.16 135.05 -
System Red Green Blue C M Y K H S L
Decimal 161 156 100 0 0.03 0.38 0.37 55.08 0.24 0.51
Hex A1 9C 64 0 3 26 25 37 18 33
Octal 241 234 144 0 3 46 45 67 30 63
Binary 10100001 10011100 1100100 0 11 100110 100101 110111 11000 110011

Color Harmonies of #A19C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19C64

Black with #A19C64

Text Example


Text Example

White with #A19C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19C64; }

 p { color: rgb(161,156,100); }

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

background-color css

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

 a { background-color: rgb(161,156,100); }

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

border-color css

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

 span { border-color: rgb(161,156,100); }

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