Html Css Color HEX #A0AA4E Green Smoke

📋 copy color: '#A0AA4E'

red 160 ◦ green 170 ◦ blue 78

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

Shades of Green Smoke #A0AA4E

Tints of Green Smoke #A0AA4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.12%

R = 39.22%
G = 41.67%
B = 19.12%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#A0AA4E (or 0xA0AA4E) is known color: Green Smoke. HEX triplet: A0, AA and 4E. RGB value is (160,170,78). Sum of RGB (Red+Green+Blue) = 160+170+78=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 78 (30.86% from 255 or 19.12% from 408); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AA4E is #5F55B1. Grayscale: #9C9C9C. Windows color (decimal): -6247858 or 5155488. OLE color: 5155488.

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

Color convert

RGB 160 170 78 -
CMYK 0.06 0 0.54 0.33
HSL 66.52º 0.37% 0.49% -
HSV(B) 66.52º 0.54% 0.67% -
XYZ 30.25 36.77 12.71 -
YUV 156.52 83.69 130.48 -
System Red Green Blue C M Y K H S L
Decimal 160 170 78 0.06 0 0.54 0.33 66.52 0.37 0.49
Hex A0 AA 4E 6 0 36 21 43 25 31
Octal 240 252 116 6 0 66 41 103 45 61
Binary 10100000 10101010 1001110 110 0 110110 100001 1000011 100101 110001

Color Harmonies of #A0AA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AA4E

Black with #A0AA4E

Text Example


Text Example

White with #A0AA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AA4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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