#AAAE6E

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

Shades of Green Smoke #AAAE6E

Tints of Green Smoke #AAAE6E

Color information

#AAAE6E (or 0xAAAE6E) is unknown color: approx Green Smoke. HEX triplet: AA, AE and 6E. RGB value is (170,174,110). Sum of RGB (Red+Green+Blue) = 170+174+110=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 174 (68.36% from 255 or 38.33% from 454); Blue value is 110 (43.36% from 255 or 24.23% from 454); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAE6E is #555191. Grayscale: #A5A5A5. Windows color (decimal): -5591442 or 7253674. OLE color: 7253674.

HSL color Cylindrical-coordinate representation of color #AAAE6E: hue angle of 63.75º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AAAE6E is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB170174110-
CMYK0.0200.370.32
HSL63.75º28.32%55.69%-
HSV(B)63.75º36.78%68.24%-
XYZ34.5339.9420.64-
YUV165.5196.67131.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.44%
GREEN value IS 174 (68.36% from 255) = 38.33%
BLUE value IS 110 (43.36% from 255) = 24.23%
R=37.44%
G=38.33%
B=24.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701741100.0200.370.3263.7528.3255.69
HexAAAE6E202520401c38
Octal2522561562045401003470
Binary10101010101011101101110100100101100000100000011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAE6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAE6E; }

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

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

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

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

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

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

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

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