Html Css Color HEX #A1A073 Malachite Green

📋 copy color: '#A1A073'

red 161 ◦ green 160 ◦ blue 115

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

Shades of Malachite Green #A1A073

Tints of Malachite Green #A1A073

RGB

 RED value IS 161 (63.28% from 255) = 36.93%

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

 BLUE value IS 115 (45.31% from 255) = 26.38%

R = 36.93%
G = 36.7%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A1A073 (or 0xA1A073) is known color: Malachite Green. HEX triplet: A1, A0 and 73. RGB value is (161,160,115). Sum of RGB (Red+Green+Blue) = 161+160+115=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 160 (62.89% from 255 or 36.70% from 436); Blue value is 115 (45.31% from 255 or 26.38% from 436); Max value from RGB is 161 - color contains mainly: red. Hex color #A1A073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A073 is #5E5F8C. Grayscale: #9B9B9B. Windows color (decimal): -6184845 or 7577761. OLE color: 7577761.

HSL color Cylindrical-coordinate representation of color #A1A073: hue angle of 58.7º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1A073 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 160 115 -
CMYK 0 0.01 0.29 0.37
HSL 58.7º 0.2% 0.54% -
HSV(B) 58.7º 0.29% 0.63% -
XYZ 30.36 33.96 21.17 -
YUV 155.17 105.33 132.16 -
System Red Green Blue C M Y K H S L
Decimal 161 160 115 0 0.01 0.29 0.37 58.7 0.2 0.54
Hex A1 A0 73 0 1 1D 25 3B 14 36
Octal 241 240 163 0 1 35 45 73 24 66
Binary 10100001 10100000 1110011 0 1 11101 100101 111011 10100 110110

Color Harmonies of #A1A073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A073

Black with #A1A073

Text Example


Text Example

White with #A1A073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A073; }

 p { color: rgb(161,160,115); }

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

background-color css

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

 a { background-color: rgb(161,160,115); }

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

border-color css

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

 span { border-color: rgb(161,160,115); }

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