Html Css Color HEX #A5A063 Malachite Green

📋 copy color: '#A5A063'

red 165 ◦ green 160 ◦ blue 99

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

Shades of Malachite Green #A5A063

Tints of Malachite Green #A5A063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 23.35%

R = 38.92%
G = 37.74%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A5A063 (or 0xA5A063) is known color: Malachite Green. HEX triplet: A5, A0 and 63. RGB value is (165,160,99). Sum of RGB (Red+Green+Blue) = 165+160+99=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 160 (62.89% from 255 or 37.74% from 424); Blue value is 99 (39.06% from 255 or 23.35% from 424); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A063 is #5A5F9C. Grayscale: #9A9A9A. Windows color (decimal): -5922717 or 6529189. OLE color: 6529189.

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

Color convert

RGB 165 160 99 -
CMYK 0 0.03 0.40 0.35
HSL 55.45º 0.27% 0.52% -
HSV(B) 55.45º 0.4% 0.65% -
XYZ 30.34 34.04 16.78 -
YUV 154.54 96.66 135.46 -
System Red Green Blue C M Y K H S L
Decimal 165 160 99 0 0.03 0.40 0.35 55.45 0.27 0.52
Hex A5 A0 63 0 3 28 23 37 1B 34
Octal 245 240 143 0 3 50 43 67 33 64
Binary 10100101 10100000 1100011 0 11 101000 100011 110111 11011 110100

Color Harmonies of #A5A063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A063

Black with #A5A063

Text Example


Text Example

White with #A5A063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A063; }

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

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

background-color css

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

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

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

border-color css

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

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

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