Html Css Color HEX #A2A895 Green Spring

📋 copy color: '#A2A895'

red 162 ◦ green 168 ◦ blue 149

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

Shades of Green Spring #A2A895

Tints of Green Spring #A2A895

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.07%

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

R = 33.82%
G = 35.07%
B = 31.11%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#A2A895 (or 0xA2A895) is known color: Green Spring. HEX triplet: A2, A8 and 95. RGB value is (162,168,149). Sum of RGB (Red+Green+Blue) = 162+168+149=479 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.82% from 479); Green value is 168 (66.02% from 255 or 35.07% from 479); Blue value is 149 (58.59% from 255 or 31.11% from 479); Max value from RGB is 168 - color contains mainly: green. Hex color #A2A895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A895 is #5D576A. Grayscale: #A4A4A4. Windows color (decimal): -6117227 or 9808034. OLE color: 9808034.

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

Color convert

RGB 162 168 149 -
CMYK 0.04 0 0.11 0.34
HSL 78.95º 0.1% 0.62% -
HSV(B) 78.95º 0.11% 0.66% -
XYZ 34.33 37.86 33.93 -
YUV 164.04 119.51 126.54 -
System Red Green Blue C M Y K H S L
Decimal 162 168 149 0.04 0 0.11 0.34 78.95 0.1 0.62
Hex A2 A8 95 4 0 B 22 4F A 3E
Octal 242 250 225 4 0 13 42 117 12 76
Binary 10100010 10101000 10010101 100 0 1011 100010 1001111 1010 111110

Color Harmonies of #A2A895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A895

Black with #A2A895

Text Example


Text Example

White with #A2A895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A895; }

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

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

background-color css

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

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

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

border-color css

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

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

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