Html Css Color HEX #A0A069 Malachite Green

📋 copy color: '#A0A069'

red 160 ◦ green 160 ◦ blue 105

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

Shades of Malachite Green #A0A069

Tints of Malachite Green #A0A069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 24.71%

R = 37.65%
G = 37.65%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A0A069 (or 0xA0A069) is known color: Malachite Green. HEX triplet: A0, A0 and 69. RGB value is (160,160,105). Sum of RGB (Red+Green+Blue) = 160+160+105=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 105 (41.41% from 255 or 24.71% from 425); Max value from RGB is 160 - color contains mainly: red, green. Hex color #A0A069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A069 is #5F5F96. Grayscale: #999999. Windows color (decimal): -6250391 or 6922400. OLE color: 6922400.

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

Color convert

RGB 160 160 105 -
CMYK 0 0 0.34 0.37
HSL 60º 0.22% 0.52% -
HSV(B) 60º 0.34% 0.63% -
XYZ 29.62 33.64 18.3 -
YUV 153.73 100.5 132.47 -
System Red Green Blue C M Y K H S L
Decimal 160 160 105 0 0 0.34 0.37 60 0.22 0.52
Hex A0 A0 69 0 0 22 25 3C 16 34
Octal 240 240 151 0 0 42 45 74 26 64
Binary 10100000 10100000 1101001 0 0 100010 100101 111100 10110 110100

Color Harmonies of #A0A069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A069

Black with #A0A069

Text Example


Text Example

White with #A0A069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A069; }

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

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

background-color css

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

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

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

border-color css

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

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

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