Html Css Color HEX #A09A5C Malachite Green

📋 copy color: '#A09A5C'

red 160 ◦ green 154 ◦ blue 92

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

Shades of Malachite Green #A09A5C

Tints of Malachite Green #A09A5C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.93%

 BLUE value IS 92 (36.33% from 255) = 22.66%

R = 39.41%
G = 37.93%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A09A5C (or 0xA09A5C) is known color: Malachite Green. HEX triplet: A0, 9A and 5C. RGB value is (160,154,92). Sum of RGB (Red+Green+Blue) = 160+154+92=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 92 (36.33% from 255 or 22.66% from 406); Max value from RGB is 160 - color contains mainly: red. Hex color #A09A5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09A5C is #5F65A3. Grayscale: #949494. Windows color (decimal): -6251940 or 6068896. OLE color: 6068896.

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

Color convert

RGB 160 154 92 -
CMYK 0 0.04 0.43 0.37
HSL 54.71º 0.27% 0.49% -
HSV(B) 54.71º 0.43% 0.63% -
XYZ 27.98 31.36 14.7 -
YUV 148.73 95.99 136.04 -
System Red Green Blue C M Y K H S L
Decimal 160 154 92 0 0.04 0.43 0.37 54.71 0.27 0.49
Hex A0 9A 5C 0 4 2B 25 37 1B 31
Octal 240 232 134 0 4 53 45 67 33 61
Binary 10100000 10011010 1011100 0 100 101011 100101 110111 11011 110001

Color Harmonies of #A09A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09A5C

Black with #A09A5C

Text Example


Text Example

White with #A09A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09A5C; }

 p { color: rgb(160,154,92); }

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

background-color css

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

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

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

border-color css

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

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

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