#A1AE5D

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

Shades of Green Smoke #A1AE5D

Tints of Green Smoke #A1AE5D

Color information

#A1AE5D (or 0xA1AE5D) is unknown color: approx Green Smoke. HEX triplet: A1, AE and 5D. RGB value is (161,174,93). Sum of RGB (Red+Green+Blue) = 161+174+93=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 174 (68.36% from 255 or 40.65% from 428); Blue value is 93 (36.72% from 255 or 21.73% from 428); Max value from RGB is 174 - color contains mainly: green. Hex color #A1AE5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AE5D is #5E51A2. Grayscale: #A1A1A1. Windows color (decimal): -6181283 or 6139553. OLE color: 6139553.

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

Color convert

RGB16117493-
CMYK0.0700.470.32
HSL69.63º33.33%52.35%-
HSV(B)69.63º46.55%68.24%-
XYZ31.8138.6416.14-
YUV160.8889.69128.09-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.62%
GREEN value IS 174 (68.36% from 255) = 40.65%
BLUE value IS 93 (36.72% from 255) = 21.73%
R=37.62%
G=40.65%
B=21.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161174930.0700.470.3269.6333.3352.35
HexA1AE5D702F20462134
Octal2412561357057401064164
Binary1010000110101110101110111101011111000001000110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AE5D; }

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

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

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

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

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

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

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

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