Html Css Color HEX #A2A995 Green Spring

📋 copy color: '#A2A995'

red 162 ◦ green 169 ◦ blue 149

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

Shades of Green Spring #A2A995

Tints of Green Spring #A2A995

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.21%

 BLUE value IS 149 (58.59% from 255) = 31.04%

R = 33.75%
G = 35.21%
B = 31.04%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.34

RGB Variations

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

Color information

#A2A995 (or 0xA2A995) is known color: Green Spring. HEX triplet: A2, A9 and 95. RGB value is (162,169,149). Sum of RGB (Red+Green+Blue) = 162+169+149=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 169 (66.41% from 255 or 35.21% from 480); Blue value is 149 (58.59% from 255 or 31.04% from 480); Max value from RGB is 169 - color contains mainly: green. Hex color #A2A995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A995 is #5D566A. Grayscale: #A4A4A4. Windows color (decimal): -6116971 or 9808290. OLE color: 9808290.

HSL color Cylindrical-coordinate representation of color #A2A995: hue angle of 81º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A2A995 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB 162 169 149 -
CMYK 0.04 0 0.12 0.34
HSL 81º 0.1% 0.62% -
HSV(B) 81º 0.12% 0.66% -
XYZ 34.51 38.23 33.99 -
YUV 164.63 119.18 126.13 -
System Red Green Blue C M Y K H S L
Decimal 162 169 149 0.04 0 0.12 0.34 81 0.1 0.62
Hex A2 A9 95 4 0 C 22 51 A 3E
Octal 242 251 225 4 0 14 42 121 12 76
Binary 10100010 10101001 10010101 100 0 1100 100010 1010001 1010 111110

Color Harmonies of #A2A995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A995

Black with #A2A995

Text Example


Text Example

White with #A2A995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A995; }

 p { color: rgb(162,169,149); }

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

background-color css

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

 a { background-color: rgb(162,169,149); }

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

border-color css

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

 span { border-color: rgb(162,169,149); }

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