Html Css Color HEX #A5A068 Malachite Green

📋 copy color: '#A5A068'

red 165 ◦ green 160 ◦ blue 104

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

Shades of Malachite Green #A5A068

Tints of Malachite Green #A5A068

RGB

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

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

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

R = 38.46%
G = 37.3%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A5A068 (or 0xA5A068) is known color: Malachite Green. HEX triplet: A5, A0 and 68. RGB value is (165,160,104). Sum of RGB (Red+Green+Blue) = 165+160+104=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 104 (41.02% from 255 or 24.24% from 429); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A068 is #5A5F97. Grayscale: #9B9B9B. Windows color (decimal): -5922712 or 6856869. OLE color: 6856869.

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

Color convert

RGB 165 160 104 -
CMYK 0 0.03 0.37 0.35
HSL 55.08º 0.25% 0.53% -
HSV(B) 55.08º 0.37% 0.65% -
XYZ 30.59 34.14 18.07 -
YUV 155.11 99.16 135.05 -
System Red Green Blue C M Y K H S L
Decimal 165 160 104 0 0.03 0.37 0.35 55.08 0.25 0.53
Hex A5 A0 68 0 3 25 23 37 19 35
Octal 245 240 150 0 3 45 43 67 31 65
Binary 10100101 10100000 1101000 0 11 100101 100011 110111 11001 110101

Color Harmonies of #A5A068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A068

Black with #A5A068

Text Example


Text Example

White with #A5A068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A068; }

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

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

background-color css

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

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

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

border-color css

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

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

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