Html Css Color HEX #A6A062 Malachite Green

📋 copy color: '#A6A062'

red 166 ◦ green 160 ◦ blue 98

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

Shades of Malachite Green #A6A062

Tints of Malachite Green #A6A062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23.11%

R = 39.15%
G = 37.74%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A6A062 (or 0xA6A062) is known color: Malachite Green. HEX triplet: A6, A0 and 62. RGB value is (166,160,98). Sum of RGB (Red+Green+Blue) = 166+160+98=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 160 (62.89% from 255 or 37.74% from 424); Blue value is 98 (38.67% from 255 or 23.11% from 424); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A062 is #595F9D. Grayscale: #9A9A9A. Windows color (decimal): -5857182 or 6463654. OLE color: 6463654.

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

Color convert

RGB 166 160 98 -
CMYK 0 0.04 0.41 0.35
HSL 54.71º 0.28% 0.52% -
HSV(B) 54.71º 0.41% 0.65% -
XYZ 30.5 34.13 16.54 -
YUV 154.73 95.99 136.04 -
System Red Green Blue C M Y K H S L
Decimal 166 160 98 0 0.04 0.41 0.35 54.71 0.28 0.52
Hex A6 A0 62 0 4 29 23 37 1C 34
Octal 246 240 142 0 4 51 43 67 34 64
Binary 10100110 10100000 1100010 0 100 101001 100011 110111 11100 110100

Color Harmonies of #A6A062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A062

Black with #A6A062

Text Example


Text Example

White with #A6A062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A062; }

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

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

background-color css

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

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

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

border-color css

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

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

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