Html Css Color HEX #A2AA4D Green Smoke

📋 copy color: '#A2AA4D'

red 162 ◦ green 170 ◦ blue 77

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

Shades of Green Smoke #A2AA4D

Tints of Green Smoke #A2AA4D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.56%

 BLUE value IS 77 (30.47% from 255) = 18.83%

R = 39.61%
G = 41.56%
B = 18.83%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#A2AA4D (or 0xA2AA4D) is known color: Green Smoke. HEX triplet: A2, AA and 4D. RGB value is (162,170,77). Sum of RGB (Red+Green+Blue) = 162+170+77=409 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.61% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 77 (30.47% from 255 or 18.83% from 409); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AA4D is #5D55B2. Grayscale: #9D9D9D. Windows color (decimal): -6116787 or 5089954. OLE color: 5089954.

HSL color Cylindrical-coordinate representation of color #A2AA4D: hue angle of 65.16º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A2AA4D is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 170 77 -
CMYK 0.05 0 0.55 0.33
HSL 65.16º 0.38% 0.48% -
HSV(B) 65.16º 0.55% 0.67% -
XYZ 30.61 36.97 12.54 -
YUV 157.01 82.85 131.56 -
System Red Green Blue C M Y K H S L
Decimal 162 170 77 0.05 0 0.55 0.33 65.16 0.38 0.48
Hex A2 AA 4D 5 0 37 21 41 26 30
Octal 242 252 115 5 0 67 41 101 46 60
Binary 10100010 10101010 1001101 101 0 110111 100001 1000001 100110 110000

Color Harmonies of #A2AA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AA4D

Black with #A2AA4D

Text Example


Text Example

White with #A2AA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AA4D; }

 p { color: rgb(162,170,77); }

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

background-color css

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

 a { background-color: rgb(162,170,77); }

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

border-color css

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

 span { border-color: rgb(162,170,77); }

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