Html Css Color HEX #A5A268 Malachite Green

📋 copy color: '#A5A268'

red 165 ◦ green 162 ◦ blue 104

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

Shades of Malachite Green #A5A268

Tints of Malachite Green #A5A268

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.59%

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

R = 38.28%
G = 37.59%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A5A268 (or 0xA5A268) is known color: Malachite Green. HEX triplet: A5, A2 and 68. RGB value is (165,162,104). Sum of RGB (Red+Green+Blue) = 165+162+104=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 104 (41.02% from 255 or 24.13% from 431); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A268 is #5A5D97. Grayscale: #9C9C9C. Windows color (decimal): -5922200 or 6857381. OLE color: 6857381.

HSL color Cylindrical-coordinate representation of color #A5A268: hue angle of 57.05º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A5A268 is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 162 104 -
CMYK 0 0.02 0.37 0.35
HSL 57.05º 0.25% 0.53% -
HSV(B) 57.05º 0.37% 0.65% -
XYZ 30.94 34.84 18.19 -
YUV 156.29 98.49 134.22 -
System Red Green Blue C M Y K H S L
Decimal 165 162 104 0 0.02 0.37 0.35 57.05 0.25 0.53
Hex A5 A2 68 0 2 25 23 39 19 35
Octal 245 242 150 0 2 45 43 71 31 65
Binary 10100101 10100010 1101000 0 10 100101 100011 111001 11001 110101

Color Harmonies of #A5A268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A268

Black with #A5A268

Text Example


Text Example

White with #A5A268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A268; }

 p { color: rgb(165,162,104); }

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

background-color css

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

 a { background-color: rgb(165,162,104); }

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

border-color css

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

 span { border-color: rgb(165,162,104); }

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