Html Css Color HEX #A5A065 Malachite Green

📋 copy color: '#A5A065'

red 165 ◦ green 160 ◦ blue 101

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

Shades of Malachite Green #A5A065

Tints of Malachite Green #A5A065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.71%

R = 38.73%
G = 37.56%
B = 23.71%

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

#A5A065 (or 0xA5A065) is known color: Malachite Green. HEX triplet: A5, A0 and 65. RGB value is (165,160,101). Sum of RGB (Red+Green+Blue) = 165+160+101=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 101 (39.84% from 255 or 23.71% from 426); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A065 is #5A5F9A. Grayscale: #9B9B9B. Windows color (decimal): -5922715 or 6660261. OLE color: 6660261.

HSL color Cylindrical-coordinate representation of color #A5A065: hue angle of 55.31º degrees, saturation: 0.26, 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 #A5A065 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 160 101 -
CMYK 0 0.03 0.39 0.35
HSL 55.31º 0.26% 0.52% -
HSV(B) 55.31º 0.39% 0.65% -
XYZ 30.44 34.08 17.29 -
YUV 154.77 97.66 135.3 -
System Red Green Blue C M Y K H S L
Decimal 165 160 101 0 0.03 0.39 0.35 55.31 0.26 0.52
Hex A5 A0 65 0 3 27 23 37 1A 34
Octal 245 240 145 0 3 47 43 67 32 64
Binary 10100101 10100000 1100101 0 11 100111 100011 110111 11010 110100

Color Harmonies of #A5A065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A065

Black with #A5A065

Text Example


Text Example

White with #A5A065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A065; }

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

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

background-color css

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

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

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

border-color css

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

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

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