Html Css Color HEX #A2A087 Neutral Green

📋 copy color: '#A2A087'

red 162 ◦ green 160 ◦ blue 135

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

Shades of Neutral Green #A2A087

Tints of Neutral Green #A2A087

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.01%

 BLUE value IS 135 (53.13% from 255) = 29.54%

R = 35.45%
G = 35.01%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A2A087 (or 0xA2A087) is known color: Neutral Green. HEX triplet: A2, A0 and 87. RGB value is (162,160,135). Sum of RGB (Red+Green+Blue) = 162+160+135=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 160 (62.89% from 255 or 35.01% from 457); Blue value is 135 (53.12% from 255 or 29.54% from 457); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A087 is #5D5F78. Grayscale: #9D9D9D. Windows color (decimal): -6119289 or 8888482. OLE color: 8888482.

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

Color convert

RGB 162 160 135 -
CMYK 0 0.01 0.17 0.36
HSL 55.56º 0.13% 0.58% -
HSV(B) 55.56º 0.17% 0.64% -
XYZ 31.84 34.57 27.92 -
YUV 157.75 115.16 131.03 -
System Red Green Blue C M Y K H S L
Decimal 162 160 135 0 0.01 0.17 0.36 55.56 0.13 0.58
Hex A2 A0 87 0 1 11 24 38 D 3A
Octal 242 240 207 0 1 21 44 70 15 72
Binary 10100010 10100000 10000111 0 1 10001 100100 111000 1101 111010

Color Harmonies of #A2A087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A087

Black with #A2A087

Text Example


Text Example

White with #A2A087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A087; }

 p { color: rgb(162,160,135); }

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

background-color css

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

 a { background-color: rgb(162,160,135); }

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

border-color css

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

 span { border-color: rgb(162,160,135); }

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