#A5AA6E

Color #A5AA6E Green Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Smoke #A5AA6E

Tints of Green Smoke #A5AA6E

Color information

#A5AA6E (or 0xA5AA6E) is unknown color: approx Green Smoke. HEX triplet: A5, AA and 6E. RGB value is (165,170,110). Sum of RGB (Red+Green+Blue) = 165+170+110=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 110 (43.36% from 255 or 24.72% from 445); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AA6E is #5A5591. Grayscale: #A1A1A1. Windows color (decimal): -5920146 or 7252645. OLE color: 7252645.

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

Color convert

RGB165170110-
CMYK0.0300.350.33
HSL65º26.09%54.9%-
HSV(B)65º35.29%66.67%-
XYZ32.7137.8720.34-
YUV161.6698.84130.38-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.08%
GREEN value IS 170 (66.80% from 255) = 38.20%
BLUE value IS 110 (43.36% from 255) = 24.72%
R=37.08%
G=38.20%
B=24.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651701100.0300.350.336526.0954.9
HexA5AA6E302321411a37
Octal2452521563043411013267
Binary10100101101010101101110110100011100001100000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AA6E; }

 p { color: rgb(165,170,110); }

 H1.HeaderClassName
 {
   color: #A5AA6E;
 }
 .AnyTagClassName
 {
   color: #A5AA6E;
 }
</style>
background-color css

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

 a { background-color: rgb(165,170,110); }

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

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

 span { border-color: rgb(165,170,110); }

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