Html Css Color HEX #A2AD8D Green Spring

📋 copy color: '#A2AD8D'

red 162 ◦ green 173 ◦ blue 141

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

Shades of Green Spring #A2AD8D

Tints of Green Spring #A2AD8D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.34%

 BLUE value IS 141 (55.47% from 255) = 29.62%

R = 34.03%
G = 36.34%
B = 29.62%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#A2AD8D (or 0xA2AD8D) is known color: Green Spring. HEX triplet: A2, AD and 8D. RGB value is (162,173,141). Sum of RGB (Red+Green+Blue) = 162+173+141=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 173 - color contains mainly: green. Hex color #A2AD8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AD8D is #5D5272. Grayscale: #A6A6A6. Windows color (decimal): -6115955 or 9285026. OLE color: 9285026.

HSL color Cylindrical-coordinate representation of color #A2AD8D: hue angle of 80.62º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A2AD8D is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 162 173 141 -
CMYK 0.06 0 0.18 0.32
HSL 80.63º 0.16% 0.62% -
HSV(B) 80.63º 0.18% 0.68% -
XYZ 34.65 39.49 31 -
YUV 166.06 113.86 125.1 -
System Red Green Blue C M Y K H S L
Decimal 162 173 141 0.06 0 0.18 0.32 80.63 0.16 0.62
Hex A2 AD 8D 6 0 12 20 51 10 3E
Octal 242 255 215 6 0 22 40 121 20 76
Binary 10100010 10101101 10001101 110 0 10010 100000 1010001 10000 111110

Color Harmonies of #A2AD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AD8D

Black with #A2AD8D

Text Example


Text Example

White with #A2AD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AD8D; }

 p { color: rgb(162,173,141); }

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

background-color css

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

 a { background-color: rgb(162,173,141); }

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

border-color css

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

 span { border-color: rgb(162,173,141); }

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