Html Css Color HEX #A09962 Malachite Green

📋 copy color: '#A09962'

red 160 ◦ green 153 ◦ blue 98

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

Shades of Malachite Green #A09962

Tints of Malachite Green #A09962

RGB

 RED value IS 160 (62.89% from 255) = 38.93%

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

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

R = 38.93%
G = 37.23%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A09962 (or 0xA09962) is known color: Malachite Green. HEX triplet: A0, 99 and 62. RGB value is (160,153,98). Sum of RGB (Red+Green+Blue) = 160+153+98=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 98 (38.67% from 255 or 23.84% from 411); Max value from RGB is 160 - color contains mainly: red. Hex color #A09962 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09962 is #5F669D. Grayscale: #959595. Windows color (decimal): -6252190 or 6461856. OLE color: 6461856.

HSL color Cylindrical-coordinate representation of color #A09962: hue angle of 53.23º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A09962 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 153 98 -
CMYK 0 0.04 0.39 0.37
HSL 53.23º 0.25% 0.51% -
HSV(B) 53.23º 0.39% 0.63% -
XYZ 28.09 31.14 16.08 -
YUV 148.82 99.32 135.97 -
System Red Green Blue C M Y K H S L
Decimal 160 153 98 0 0.04 0.39 0.37 53.23 0.25 0.51
Hex A0 99 62 0 4 27 25 35 19 33
Octal 240 231 142 0 4 47 45 65 31 63
Binary 10100000 10011001 1100010 0 100 100111 100101 110101 11001 110011

Color Harmonies of #A09962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09962

Black with #A09962

Text Example


Text Example

White with #A09962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09962; }

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

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

background-color css

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

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

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

border-color css

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

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

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