Html Css Color HEX #A2A49E Green Spring

📋 copy color: '#A2A49E'

red 162 ◦ green 164 ◦ blue 158

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

Shades of Green Spring #A2A49E

Tints of Green Spring #A2A49E

RGB

 RED value IS 162 (63.67% from 255) = 33.47%

 GREEN value IS 164 (64.45% from 255) = 33.88%

 BLUE value IS 158 (62.11% from 255) = 32.64%

R = 33.47%
G = 33.88%
B = 32.64%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A2A49E (or 0xA2A49E) is known color: Green Spring. HEX triplet: A2, A4 and 9E. RGB value is (162,164,158). Sum of RGB (Red+Green+Blue) = 162+164+158=484 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.47% from 484); Green value is 164 (64.45% from 255 or 33.88% from 484); Blue value is 158 (62.11% from 255 or 32.64% from 484); Max value from RGB is 164 - color contains mainly: green. Hex color #A2A49E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A49E is #5D5B61. Grayscale: #A2A2A2. Windows color (decimal): -6118242 or 10396834. OLE color: 10396834.

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

Color convert

RGB 162 164 158 -
CMYK 0.01 0 0.04 0.36
HSL 80º 0.03% 0.63% -
HSV(B) 80º 0.04% 0.64% -
XYZ 34.35 36.7 37.62 -
YUV 162.72 125.34 127.49 -
System Red Green Blue C M Y K H S L
Decimal 162 164 158 0.01 0 0.04 0.36 80 0.03 0.63
Hex A2 A4 9E 1 0 4 24 50 3 3F
Octal 242 244 236 1 0 4 44 120 3 77
Binary 10100010 10100100 10011110 1 0 100 100100 1010000 11 111111

Color Harmonies of #A2A49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A49E

Black with #A2A49E

Text Example


Text Example

White with #A2A49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A49E; }

 p { color: rgb(162,164,158); }

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

background-color css

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

 a { background-color: rgb(162,164,158); }

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

border-color css

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

 span { border-color: rgb(162,164,158); }

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