Html Css Color HEX #A0A067 Malachite Green

📋 copy color: '#A0A067'

red 160 ◦ green 160 ◦ blue 103

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

Shades of Malachite Green #A0A067

Tints of Malachite Green #A0A067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 24.35%

R = 37.83%
G = 37.83%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#A0A067 (or 0xA0A067) is known color: Malachite Green. HEX triplet: A0, A0 and 67. RGB value is (160,160,103). Sum of RGB (Red+Green+Blue) = 160+160+103=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 103 (40.62% from 255 or 24.35% from 423); Max value from RGB is 160 - color contains mainly: red, green. Hex color #A0A067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A067 is #5F5F98. Grayscale: #999999. Windows color (decimal): -6250393 or 6791328. OLE color: 6791328.

HSL color Cylindrical-coordinate representation of color #A0A067: hue angle of 60º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0A067 is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 160 103 -
CMYK 0 0 0.36 0.37
HSL 60º 0.23% 0.52% -
HSV(B) 60º 0.36% 0.63% -
XYZ 29.52 33.59 17.76 -
YUV 153.5 99.5 132.63 -
System Red Green Blue C M Y K H S L
Decimal 160 160 103 0 0 0.36 0.37 60 0.23 0.52
Hex A0 A0 67 0 0 24 25 3C 17 34
Octal 240 240 147 0 0 44 45 74 27 64
Binary 10100000 10100000 1100111 0 0 100100 100101 111100 10111 110100

Color Harmonies of #A0A067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A067

Black with #A0A067

Text Example


Text Example

White with #A0A067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A067; }

 p { color: rgb(160,160,103); }

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

background-color css

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

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

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

border-color css

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

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

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