Html Css Color HEX #A09A68 Malachite Green

📋 copy color: '#A09A68'

red 160 ◦ green 154 ◦ blue 104

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

Shades of Malachite Green #A09A68

Tints of Malachite Green #A09A68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.88%

R = 38.28%
G = 36.84%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#A09A68 (or 0xA09A68) is known color: Malachite Green. HEX triplet: A0, 9A and 68. RGB value is (160,154,104). Sum of RGB (Red+Green+Blue) = 160+154+104=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 154 (60.55% from 255 or 36.84% from 418); Blue value is 104 (41.02% from 255 or 24.88% from 418); Max value from RGB is 160 - color contains mainly: red. Hex color #A09A68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09A68 is #5F6597. Grayscale: #969696. Windows color (decimal): -6251928 or 6855328. OLE color: 6855328.

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

Color convert

RGB 160 154 104 -
CMYK 0 0.04 0.35 0.37
HSL 53.57º 0.23% 0.52% -
HSV(B) 53.57º 0.35% 0.63% -
XYZ 28.55 31.58 17.69 -
YUV 150.09 101.99 135.07 -
System Red Green Blue C M Y K H S L
Decimal 160 154 104 0 0.04 0.35 0.37 53.57 0.23 0.52
Hex A0 9A 68 0 4 23 25 36 17 34
Octal 240 232 150 0 4 43 45 66 27 64
Binary 10100000 10011010 1101000 0 100 100011 100101 110110 10111 110100

Color Harmonies of #A09A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09A68

Black with #A09A68

Text Example


Text Example

White with #A09A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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