Html Css Color HEX #A5A064 Malachite Green

📋 copy color: '#A5A064'

red 165 ◦ green 160 ◦ blue 100

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

Shades of Malachite Green #A5A064

Tints of Malachite Green #A5A064

RGB

 RED value IS 165 (64.84% from 255) = 38.82%

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

 BLUE value IS 100 (39.45% from 255) = 23.53%

R = 38.82%
G = 37.65%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A5A064 (or 0xA5A064) is known color: Malachite Green. HEX triplet: A5, A0 and 64. RGB value is (165,160,100). Sum of RGB (Red+Green+Blue) = 165+160+100=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 100 (39.45% from 255 or 23.53% from 425); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A064 is #5A5F9B. Grayscale: #9A9A9A. Windows color (decimal): -5922716 or 6594725. OLE color: 6594725.

HSL color Cylindrical-coordinate representation of color #A5A064: hue angle of 55.38º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A5A064 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 160 100 -
CMYK 0 0.03 0.39 0.35
HSL 55.38º 0.27% 0.52% -
HSV(B) 55.38º 0.39% 0.65% -
XYZ 30.39 34.06 17.03 -
YUV 154.66 97.16 135.38 -
System Red Green Blue C M Y K H S L
Decimal 165 160 100 0 0.03 0.39 0.35 55.38 0.27 0.52
Hex A5 A0 64 0 3 27 23 37 1B 34
Octal 245 240 144 0 3 47 43 67 33 64
Binary 10100101 10100000 1100100 0 11 100111 100011 110111 11011 110100

Color Harmonies of #A5A064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A064

Black with #A5A064

Text Example


Text Example

White with #A5A064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A064; }

 p { color: rgb(165,160,100); }

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

background-color css

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

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

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

border-color css

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

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

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