Html Css Color HEX #A0AA4D Green Smoke

📋 copy color: '#A0AA4D'

red 160 ◦ green 170 ◦ blue 77

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

Shades of Green Smoke #A0AA4D

Tints of Green Smoke #A0AA4D

RGB

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

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

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

R = 39.31%
G = 41.77%
B = 18.92%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#A0AA4D (or 0xA0AA4D) is known color: Green Smoke. HEX triplet: A0, AA and 4D. RGB value is (160,170,77). Sum of RGB (Red+Green+Blue) = 160+170+77=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 77 (30.47% from 255 or 18.92% from 407); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AA4D is #5F55B2. Grayscale: #9C9C9C. Windows color (decimal): -6247859 or 5089952. OLE color: 5089952.

HSL color Cylindrical-coordinate representation of color #A0AA4D: hue angle of 66.45º 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 #A0AA4D is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 170 77 -
CMYK 0.06 0 0.55 0.33
HSL 66.45º 0.38% 0.48% -
HSV(B) 66.45º 0.55% 0.67% -
XYZ 30.21 36.76 12.52 -
YUV 156.41 83.19 130.56 -
System Red Green Blue C M Y K H S L
Decimal 160 170 77 0.06 0 0.55 0.33 66.45 0.38 0.48
Hex A0 AA 4D 6 0 37 21 42 26 30
Octal 240 252 115 6 0 67 41 102 46 60
Binary 10100000 10101010 1001101 110 0 110111 100001 1000010 100110 110000

Color Harmonies of #A0AA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AA4D

Black with #A0AA4D

Text Example


Text Example

White with #A0AA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AA4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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