Html Css Color HEX #A2A79B Green Spring

📋 copy color: '#A2A79B'

red 162 ◦ green 167 ◦ blue 155

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

Shades of Green Spring #A2A79B

Tints of Green Spring #A2A79B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.5%

 BLUE value IS 155 (60.94% from 255) = 32.02%

R = 33.47%
G = 34.5%
B = 32.02%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A2A79B (or 0xA2A79B) is known color: Green Spring. HEX triplet: A2, A7 and 9B. RGB value is (162,167,155). Sum of RGB (Red+Green+Blue) = 162+167+155=484 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.47% from 484); Green value is 167 (65.62% from 255 or 34.50% from 484); Blue value is 155 (60.94% from 255 or 32.02% from 484); Max value from RGB is 167 - color contains mainly: green. Hex color #A2A79B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A79B is #5D5864. Grayscale: #A4A4A4. Windows color (decimal): -6117477 or 10200994. OLE color: 10200994.

HSL color Cylindrical-coordinate representation of color #A2A79B: hue angle of 85º degrees, saturation: 0.06, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A2A79B is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 162 167 155 -
CMYK 0.03 0 0.07 0.35
HSL 85º 0.06% 0.63% -
HSV(B) 85º 0.07% 0.65% -
XYZ 34.64 37.69 36.46 -
YUV 164.14 122.84 126.48 -
System Red Green Blue C M Y K H S L
Decimal 162 167 155 0.03 0 0.07 0.35 85 0.06 0.63
Hex A2 A7 9B 3 0 7 23 55 6 3F
Octal 242 247 233 3 0 7 43 125 6 77
Binary 10100010 10100111 10011011 11 0 111 100011 1010101 110 111111

Color Harmonies of #A2A79B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A79B

Black with #A2A79B

Text Example


Text Example

White with #A2A79B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A79B; }

 p { color: rgb(162,167,155); }

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

background-color css

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

 a { background-color: rgb(162,167,155); }

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

border-color css

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

 span { border-color: rgb(162,167,155); }

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