Html Css Color HEX #A2AA4A Green Smoke

📋 copy color: '#A2AA4A'

red 162 ◦ green 170 ◦ blue 74

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

Shades of Green Smoke #A2AA4A

Tints of Green Smoke #A2AA4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.23%

R = 39.9%
G = 41.87%
B = 18.23%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#A2AA4A (or 0xA2AA4A) is known color: Green Smoke. HEX triplet: A2, AA and 4A. RGB value is (162,170,74). Sum of RGB (Red+Green+Blue) = 162+170+74=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 74 (29.30% from 255 or 18.23% from 406); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AA4A is #5D55B5. Grayscale: #9D9D9D. Windows color (decimal): -6116790 or 4893346. OLE color: 4893346.

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

Color convert

RGB 162 170 74 -
CMYK 0.05 0 0.56 0.33
HSL 65º 0.39% 0.48% -
HSV(B) 65º 0.56% 0.67% -
XYZ 30.51 36.93 12 -
YUV 156.66 81.35 131.81 -
System Red Green Blue C M Y K H S L
Decimal 162 170 74 0.05 0 0.56 0.33 65 0.39 0.48
Hex A2 AA 4A 5 0 38 21 41 27 30
Octal 242 252 112 5 0 70 41 101 47 60
Binary 10100010 10101010 1001010 101 0 111000 100001 1000001 100111 110000

Color Harmonies of #A2AA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AA4A

Black with #A2AA4A

Text Example


Text Example

White with #A2AA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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