Html Css Color HEX #A6A064 Malachite Green

📋 copy color: '#A6A064'

red 166 ◦ green 160 ◦ blue 100

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

Shades of Malachite Green #A6A064

Tints of Malachite Green #A6A064

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.56%

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

R = 38.97%
G = 37.56%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A6A064 (or 0xA6A064) is known color: Malachite Green. HEX triplet: A6, A0 and 64. RGB value is (166,160,100). Sum of RGB (Red+Green+Blue) = 166+160+100=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 100 (39.45% from 255 or 23.47% from 426); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A064 is #595F9B. Grayscale: #9B9B9B. Windows color (decimal): -5857180 or 6594726. OLE color: 6594726.

HSL color Cylindrical-coordinate representation of color #A6A064: hue angle of 54.55º 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 #A6A064 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 160 100 -
CMYK 0 0.04 0.40 0.35
HSL 54.55º 0.27% 0.52% -
HSV(B) 54.55º 0.4% 0.65% -
XYZ 30.6 34.17 17.04 -
YUV 154.95 96.99 135.88 -
System Red Green Blue C M Y K H S L
Decimal 166 160 100 0 0.04 0.40 0.35 54.55 0.27 0.52
Hex A6 A0 64 0 4 28 23 37 1B 34
Octal 246 240 144 0 4 50 43 67 33 64
Binary 10100110 10100000 1100100 0 100 101000 100011 110111 11011 110100

Color Harmonies of #A6A064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A064

Black with #A6A064

Text Example


Text Example

White with #A6A064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A064; }

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

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

background-color css

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

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

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

border-color css

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

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

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