#A5AE5E

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

Shades of Green Smoke #A5AE5E

Tints of Green Smoke #A5AE5E

Color information

#A5AE5E (or 0xA5AE5E) is unknown color: approx Green Smoke. HEX triplet: A5, AE and 5E. RGB value is (165,174,94). Sum of RGB (Red+Green+Blue) = 165+174+94=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 174 (68.36% from 255 or 40.18% from 433); Blue value is 94 (37.11% from 255 or 21.71% from 433); Max value from RGB is 174 - color contains mainly: green. Hex color #A5AE5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AE5E is #5A51A1. Grayscale: #A2A2A2. Windows color (decimal): -5919138 or 6205093. OLE color: 6205093.

HSL color Cylindrical-coordinate representation of color #A5AE5E: hue angle of 66.75º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A5AE5E is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB16517494-
CMYK0.0500.460.32
HSL66.75º33.06%52.55%-
HSV(B)66.75º45.98%68.24%-
XYZ32.6739.0816.41-
YUV162.1989.52130-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.11%
GREEN value IS 174 (68.36% from 255) = 40.18%
BLUE value IS 94 (37.11% from 255) = 21.71%
R=38.11%
G=40.18%
B=21.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal165174940.0500.460.3266.7533.0652.55
HexA5AE5E502E20432135
Octal2452561365056401034165
Binary1010010110101110101111010101011101000001000011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AE5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AE5E; }

 p { color: rgb(165,174,94); }

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

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

 a { background-color: rgb(165,174,94); }

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

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

 span { border-color: rgb(165,174,94); }

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