Html Css Color HEX #A2995E Malachite Green

📋 copy color: '#A2995E'

red 162 ◦ green 153 ◦ blue 94

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

Shades of Malachite Green #A2995E

Tints of Malachite Green #A2995E

RGB

 RED value IS 162 (63.67% from 255) = 39.61%

 GREEN value IS 153 (60.16% from 255) = 37.41%

 BLUE value IS 94 (37.11% from 255) = 22.98%

R = 39.61%
G = 37.41%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A2995E (or 0xA2995E) is known color: Malachite Green. HEX triplet: A2, 99 and 5E. RGB value is (162,153,94). Sum of RGB (Red+Green+Blue) = 162+153+94=409 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.61% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 94 (37.11% from 255 or 22.98% from 409); Max value from RGB is 162 - color contains mainly: red. Hex color #A2995E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2995E is #5D66A1. Grayscale: #959595. Windows color (decimal): -6121122 or 6199714. OLE color: 6199714.

HSL color Cylindrical-coordinate representation of color #A2995E: hue angle of 52.06º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2995E is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 153 94 -
CMYK 0 0.06 0.42 0.36
HSL 52.06º 0.27% 0.5% -
HSV(B) 52.06º 0.42% 0.64% -
XYZ 28.31 31.27 15.13 -
YUV 148.97 96.98 137.3 -
System Red Green Blue C M Y K H S L
Decimal 162 153 94 0 0.06 0.42 0.36 52.06 0.27 0.5
Hex A2 99 5E 0 6 2A 24 34 1B 32
Octal 242 231 136 0 6 52 44 64 33 62
Binary 10100010 10011001 1011110 0 110 101010 100100 110100 11011 110010

Color Harmonies of #A2995E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2995E

Black with #A2995E

Text Example


Text Example

White with #A2995E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2995E; }

 p { color: rgb(162,153,94); }

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

background-color css

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

 a { background-color: rgb(162,153,94); }

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

border-color css

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

 span { border-color: rgb(162,153,94); }

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