Html Css Color HEX #A19962 Malachite Green

📋 copy color: '#A19962'

red 161 ◦ green 153 ◦ blue 98

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

Shades of Malachite Green #A19962

Tints of Malachite Green #A19962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23.79%

R = 39.08%
G = 37.14%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A19962 (or 0xA19962) is known color: Malachite Green. HEX triplet: A1, 99 and 62. RGB value is (161,153,98). Sum of RGB (Red+Green+Blue) = 161+153+98=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 98 (38.67% from 255 or 23.79% from 412); Max value from RGB is 161 - color contains mainly: red. Hex color #A19962 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19962 is #5E669D. Grayscale: #959595. Windows color (decimal): -6186654 or 6461857. OLE color: 6461857.

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

Color convert

RGB 161 153 98 -
CMYK 0 0.05 0.39 0.37
HSL 52.38º 0.25% 0.51% -
HSV(B) 52.38º 0.39% 0.63% -
XYZ 28.29 31.24 16.09 -
YUV 149.12 99.15 136.47 -
System Red Green Blue C M Y K H S L
Decimal 161 153 98 0 0.05 0.39 0.37 52.38 0.25 0.51
Hex A1 99 62 0 5 27 25 34 19 33
Octal 241 231 142 0 5 47 45 64 31 63
Binary 10100001 10011001 1100010 0 101 100111 100101 110100 11001 110011

Color Harmonies of #A19962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19962

Black with #A19962

Text Example


Text Example

White with #A19962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19962; }

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

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

background-color css

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

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

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

border-color css

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

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

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