Html Css Color HEX #A09F68 Malachite Green

📋 copy color: '#A09F68'

red 160 ◦ green 159 ◦ blue 104

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

Shades of Malachite Green #A09F68

Tints of Malachite Green #A09F68

RGB

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

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

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

R = 37.83%
G = 37.59%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#A09F68 (or 0xA09F68) is known color: Malachite Green. HEX triplet: A0, 9F and 68. RGB value is (160,159,104). Sum of RGB (Red+Green+Blue) = 160+159+104=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 160 - color contains mainly: red. Hex color #A09F68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09F68 is #5F6097. Grayscale: #999999. Windows color (decimal): -6250648 or 6856608. OLE color: 6856608.

HSL color Cylindrical-coordinate representation of color #A09F68: hue angle of 58.93º 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 #A09F68 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 159 104 -
CMYK 0 0.01 0.35 0.37
HSL 58.93º 0.23% 0.52% -
HSV(B) 58.93º 0.35% 0.63% -
XYZ 29.39 33.27 17.97 -
YUV 153.03 100.33 132.97 -
System Red Green Blue C M Y K H S L
Decimal 160 159 104 0 0.01 0.35 0.37 58.93 0.23 0.52
Hex A0 9F 68 0 1 23 25 3B 17 34
Octal 240 237 150 0 1 43 45 73 27 64
Binary 10100000 10011111 1101000 0 1 100011 100101 111011 10111 110100

Color Harmonies of #A09F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09F68

Black with #A09F68

Text Example


Text Example

White with #A09F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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