#A1AE4E

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

Shades of Green Smoke #A1AE4E

Tints of Green Smoke #A1AE4E

Color information

#A1AE4E (or 0xA1AE4E) is unknown color: approx Green Smoke. HEX triplet: A1, AE and 4E. RGB value is (161,174,78). Sum of RGB (Red+Green+Blue) = 161+174+78=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 174 (68.36% from 255 or 42.13% from 413); Blue value is 78 (30.86% from 255 or 18.89% from 413); Max value from RGB is 174 - color contains mainly: green. Hex color #A1AE4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AE4E is #5E51B1. Grayscale: #9F9F9F. Windows color (decimal): -6181298 or 5156513. OLE color: 5156513.

HSL color Cylindrical-coordinate representation of color #A1AE4E: hue angle of 68.12º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1AE4E is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB16117478-
CMYK0.0700.550.32
HSL68.12º38.1%49.41%-
HSV(B)68.12º55.17%68.24%-
XYZ31.2138.412.97-
YUV159.1782.19129.31-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.98%
GREEN value IS 174 (68.36% from 255) = 42.13%
BLUE value IS 78 (30.86% from 255) = 18.89%
R=38.98%
G=42.13%
B=18.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161174780.0700.550.3268.1238.149.41
HexA1AE4E703720442631
Octal2412561167067401044661
Binary1010000110101110100111011101101111000001000100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AE4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AE4E; }

 p { color: rgb(161,174,78); }

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

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

 a { background-color: rgb(161,174,78); }

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

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

 span { border-color: rgb(161,174,78); }

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