Html Css Color HEX #A2AA6F Green Smoke

📋 copy color: '#A2AA6F'

red 162 ◦ green 170 ◦ blue 111

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

Shades of Green Smoke #A2AA6F

Tints of Green Smoke #A2AA6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.06%

R = 36.57%
G = 38.37%
B = 25.06%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#A2AA6F (or 0xA2AA6F) is known color: Green Smoke. HEX triplet: A2, AA and 6F. RGB value is (162,170,111). Sum of RGB (Red+Green+Blue) = 162+170+111=443 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.57% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 111 (43.75% from 255 or 25.06% from 443); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AA6F is #5D5590. Grayscale: #A1A1A1. Windows color (decimal): -6116753 or 7318178. OLE color: 7318178.

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

Color convert

RGB 162 170 111 -
CMYK 0.05 0 0.35 0.33
HSL 68.14º 0.26% 0.55% -
HSV(B) 68.14º 0.35% 0.67% -
XYZ 32.14 37.58 20.6 -
YUV 160.88 99.85 128.8 -
System Red Green Blue C M Y K H S L
Decimal 162 170 111 0.05 0 0.35 0.33 68.14 0.26 0.55
Hex A2 AA 6F 5 0 23 21 44 1A 37
Octal 242 252 157 5 0 43 41 104 32 67
Binary 10100010 10101010 1101111 101 0 100011 100001 1000100 11010 110111

Color Harmonies of #A2AA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AA6F

Black with #A2AA6F

Text Example


Text Example

White with #A2AA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AA6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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