Html Css Color HEX #A1985C Malachite Green

📋 copy color: '#A1985C'

red 161 ◦ green 152 ◦ blue 92

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

Shades of Malachite Green #A1985C

Tints of Malachite Green #A1985C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.53%

 BLUE value IS 92 (36.33% from 255) = 22.72%

R = 39.75%
G = 37.53%
B = 22.72%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A1985C (or 0xA1985C) is known color: Malachite Green. HEX triplet: A1, 98 and 5C. RGB value is (161,152,92). Sum of RGB (Red+Green+Blue) = 161+152+92=405 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.75% from 405); Green value is 152 (59.77% from 255 or 37.53% from 405); Blue value is 92 (36.33% from 255 or 22.72% from 405); Max value from RGB is 161 - color contains mainly: red. Hex color #A1985C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1985C is #5E67A3. Grayscale: #949494. Windows color (decimal): -6186916 or 6068385. OLE color: 6068385.

HSL color Cylindrical-coordinate representation of color #A1985C: hue angle of 52.17º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A1985C is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 152 92 -
CMYK 0 0.06 0.43 0.37
HSL 52.17º 0.27% 0.5% -
HSV(B) 52.17º 0.43% 0.63% -
XYZ 27.86 30.81 14.6 -
YUV 147.85 96.48 137.38 -
System Red Green Blue C M Y K H S L
Decimal 161 152 92 0 0.06 0.43 0.37 52.17 0.27 0.5
Hex A1 98 5C 0 6 2B 25 34 1B 32
Octal 241 230 134 0 6 53 45 64 33 62
Binary 10100001 10011000 1011100 0 110 101011 100101 110100 11011 110010

Color Harmonies of #A1985C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1985C

Black with #A1985C

Text Example


Text Example

White with #A1985C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1985C; }

 p { color: rgb(161,152,92); }

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

background-color css

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

 a { background-color: rgb(161,152,92); }

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

border-color css

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

 span { border-color: rgb(161,152,92); }

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