Html Css Color HEX #A6A065 Malachite Green

📋 copy color: '#A6A065'

red 166 ◦ green 160 ◦ blue 101

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

Shades of Malachite Green #A6A065

Tints of Malachite Green #A6A065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.65%

R = 38.88%
G = 37.47%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A6A065 (or 0xA6A065) is known color: Malachite Green. HEX triplet: A6, A0 and 65. RGB value is (166,160,101). Sum of RGB (Red+Green+Blue) = 166+160+101=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 160 (62.89% from 255 or 37.47% from 427); Blue value is 101 (39.84% from 255 or 23.65% from 427); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A065 is #595F9A. Grayscale: #9B9B9B. Windows color (decimal): -5857179 or 6660262. OLE color: 6660262.

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

Color convert

RGB 166 160 101 -
CMYK 0 0.04 0.39 0.35
HSL 54.46º 0.27% 0.52% -
HSV(B) 54.46º 0.39% 0.65% -
XYZ 30.65 34.19 17.3 -
YUV 155.07 97.49 135.8 -
System Red Green Blue C M Y K H S L
Decimal 166 160 101 0 0.04 0.39 0.35 54.46 0.27 0.52
Hex A6 A0 65 0 4 27 23 36 1B 34
Octal 246 240 145 0 4 47 43 66 33 64
Binary 10100110 10100000 1100101 0 100 100111 100011 110110 11011 110100

Color Harmonies of #A6A065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A065

Black with #A6A065

Text Example


Text Example

White with #A6A065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A065; }

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

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

background-color css

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

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

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

border-color css

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

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

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