Html Css Color HEX #A29F70 Malachite Green

📋 copy color: '#A29F70'

red 162 ◦ green 159 ◦ blue 112

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

Shades of Malachite Green #A29F70

Tints of Malachite Green #A29F70

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.72%

 BLUE value IS 112 (44.14% from 255) = 25.87%

R = 37.41%
G = 36.72%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A29F70 (or 0xA29F70) is known color: Malachite Green. HEX triplet: A2, 9F and 70. RGB value is (162,159,112). Sum of RGB (Red+Green+Blue) = 162+159+112=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 159 (62.5% from 255 or 36.72% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29F70 is #5D608F. Grayscale: #9A9A9A. Windows color (decimal): -6119568 or 7380898. OLE color: 7380898.

HSL color Cylindrical-coordinate representation of color #A29F70: hue angle of 56.4º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A29F70 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 159 112 -
CMYK 0 0.02 0.31 0.36
HSL 56.4º 0.21% 0.54% -
HSV(B) 56.4º 0.31% 0.64% -
XYZ 30.22 33.65 20.23 -
YUV 154.54 103.99 133.32 -
System Red Green Blue C M Y K H S L
Decimal 162 159 112 0 0.02 0.31 0.36 56.4 0.21 0.54
Hex A2 9F 70 0 2 1F 24 38 15 36
Octal 242 237 160 0 2 37 44 70 25 66
Binary 10100010 10011111 1110000 0 10 11111 100100 111000 10101 110110

Color Harmonies of #A29F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29F70

Black with #A29F70

Text Example


Text Example

White with #A29F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29F70; }

 p { color: rgb(162,159,112); }

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

background-color css

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

 a { background-color: rgb(162,159,112); }

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

border-color css

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

 span { border-color: rgb(162,159,112); }

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