Html Css Color HEX #A0AA49 Green Smoke

📋 copy color: '#A0AA49'

red 160 ◦ green 170 ◦ blue 73

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

Shades of Green Smoke #A0AA49

Tints of Green Smoke #A0AA49

RGB

 RED value IS 160 (62.89% from 255) = 39.7%

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

 BLUE value IS 73 (28.91% from 255) = 18.11%

R = 39.7%
G = 42.18%
B = 18.11%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#A0AA49 (or 0xA0AA49) is known color: Green Smoke. HEX triplet: A0, AA and 49. RGB value is (160,170,73). Sum of RGB (Red+Green+Blue) = 160+170+73=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 73 (28.91% from 255 or 18.11% from 403); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AA49 is #5F55B6. Grayscale: #9C9C9C. Windows color (decimal): -6247863 or 4827808. OLE color: 4827808.

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

Color convert

RGB 160 170 73 -
CMYK 0.06 0 0.57 0.33
HSL 66.19º 0.4% 0.48% -
HSV(B) 66.19º 0.57% 0.67% -
XYZ 30.07 36.7 11.8 -
YUV 155.95 81.19 130.89 -
System Red Green Blue C M Y K H S L
Decimal 160 170 73 0.06 0 0.57 0.33 66.19 0.4 0.48
Hex A0 AA 49 6 0 39 21 42 28 30
Octal 240 252 111 6 0 71 41 102 50 60
Binary 10100000 10101010 1001001 110 0 111001 100001 1000010 101000 110000

Color Harmonies of #A0AA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AA49

Black with #A0AA49

Text Example


Text Example

White with #A0AA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AA49; }

 p { color: rgb(160,170,73); }

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

background-color css

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

 a { background-color: rgb(160,170,73); }

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

border-color css

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

 span { border-color: rgb(160,170,73); }

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