Html Css Color HEX #A1A067 Malachite Green

📋 copy color: '#A1A067'

red 161 ◦ green 160 ◦ blue 103

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

Shades of Malachite Green #A1A067

Tints of Malachite Green #A1A067

RGB

 RED value IS 161 (63.28% from 255) = 37.97%

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

 BLUE value IS 103 (40.63% from 255) = 24.29%

R = 37.97%
G = 37.74%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#A1A067 (or 0xA1A067) is known color: Malachite Green. HEX triplet: A1, A0 and 67. RGB value is (161,160,103). Sum of RGB (Red+Green+Blue) = 161+160+103=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 160 (62.89% from 255 or 37.74% from 424); Blue value is 103 (40.62% from 255 or 24.29% from 424); Max value from RGB is 161 - color contains mainly: red. Hex color #A1A067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A067 is #5E5F98. Grayscale: #9A9A9A. Windows color (decimal): -6184857 or 6791329. OLE color: 6791329.

HSL color Cylindrical-coordinate representation of color #A1A067: hue angle of 58.97º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1A067 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 160 103 -
CMYK 0 0.01 0.36 0.37
HSL 58.97º 0.24% 0.52% -
HSV(B) 58.97º 0.36% 0.63% -
XYZ 29.72 33.7 17.77 -
YUV 153.8 99.33 133.13 -
System Red Green Blue C M Y K H S L
Decimal 161 160 103 0 0.01 0.36 0.37 58.97 0.24 0.52
Hex A1 A0 67 0 1 24 25 3B 18 34
Octal 241 240 147 0 1 44 45 73 30 64
Binary 10100001 10100000 1100111 0 1 100100 100101 111011 11000 110100

Color Harmonies of #A1A067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A067

Black with #A1A067

Text Example


Text Example

White with #A1A067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A067; }

 p { color: rgb(161,160,103); }

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

background-color css

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

 a { background-color: rgb(161,160,103); }

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

border-color css

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

 span { border-color: rgb(161,160,103); }

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