Html Css Color HEX #A6A164 Malachite Green

📋 copy color: '#A6A164'

red 166 ◦ green 161 ◦ blue 100

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

Shades of Malachite Green #A6A164

Tints of Malachite Green #A6A164

RGB

 RED value IS 166 (65.23% from 255) = 38.88%

 GREEN value IS 161 (63.28% from 255) = 37.7%

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

R = 38.88%
G = 37.7%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A6A164 (or 0xA6A164) is known color: Malachite Green. HEX triplet: A6, A1 and 64. RGB value is (166,161,100). Sum of RGB (Red+Green+Blue) = 166+161+100=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 161 (63.28% from 255 or 37.70% from 427); Blue value is 100 (39.45% from 255 or 23.42% from 427); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A164 is #595E9B. Grayscale: #9B9B9B. Windows color (decimal): -5856924 or 6594982. OLE color: 6594982.

HSL color Cylindrical-coordinate representation of color #A6A164: hue angle of 55.45º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A6A164 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 161 100 -
CMYK 0 0.03 0.40 0.35
HSL 55.45º 0.27% 0.52% -
HSV(B) 55.45º 0.4% 0.65% -
XYZ 30.77 34.52 17.1 -
YUV 155.54 96.66 135.46 -
System Red Green Blue C M Y K H S L
Decimal 166 161 100 0 0.03 0.40 0.35 55.45 0.27 0.52
Hex A6 A1 64 0 3 28 23 37 1B 34
Octal 246 241 144 0 3 50 43 67 33 64
Binary 10100110 10100001 1100100 0 11 101000 100011 110111 11011 110100

Color Harmonies of #A6A164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A164

Black with #A6A164

Text Example


Text Example

White with #A6A164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A164; }

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

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

background-color css

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

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

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

border-color css

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

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

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