Html Css Color HEX #A19961 Malachite Green

📋 copy color: '#A19961'

red 161 ◦ green 153 ◦ blue 97

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

Shades of Malachite Green #A19961

Tints of Malachite Green #A19961

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.23%

 BLUE value IS 97 (38.28% from 255) = 23.6%

R = 39.17%
G = 37.23%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#A19961 (or 0xA19961) is known color: Malachite Green. HEX triplet: A1, 99 and 61. RGB value is (161,153,97). Sum of RGB (Red+Green+Blue) = 161+153+97=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 97 (38.28% from 255 or 23.60% from 411); Max value from RGB is 161 - color contains mainly: red. Hex color #A19961 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19961 is #5E669E. Grayscale: #959595. Windows color (decimal): -6186655 or 6396321. OLE color: 6396321.

HSL color Cylindrical-coordinate representation of color #A19961: hue angle of 52.5º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A19961 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 153 97 -
CMYK 0 0.05 0.40 0.37
HSL 52.5º 0.25% 0.51% -
HSV(B) 52.5º 0.4% 0.63% -
XYZ 28.25 31.22 15.85 -
YUV 149.01 98.65 136.55 -
System Red Green Blue C M Y K H S L
Decimal 161 153 97 0 0.05 0.40 0.37 52.5 0.25 0.51
Hex A1 99 61 0 5 28 25 34 19 33
Octal 241 231 141 0 5 50 45 64 31 63
Binary 10100001 10011001 1100001 0 101 101000 100101 110100 11001 110011

Color Harmonies of #A19961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19961

Black with #A19961

Text Example


Text Example

White with #A19961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19961; }

 p { color: rgb(161,153,97); }

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

background-color css

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

 a { background-color: rgb(161,153,97); }

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

border-color css

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

 span { border-color: rgb(161,153,97); }

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