#AAAC6E

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

Shades of Green Smoke #AAAC6E

Tints of Green Smoke #AAAC6E

Color information

#AAAC6E (or 0xAAAC6E) is unknown color: approx Green Smoke. HEX triplet: AA, AC and 6E. RGB value is (170,172,110). Sum of RGB (Red+Green+Blue) = 170+172+110=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 110 (43.36% from 255 or 24.34% from 452); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAC6E is #555391. Grayscale: #A4A4A4. Windows color (decimal): -5591954 or 7253162. OLE color: 7253162.

HSL color Cylindrical-coordinate representation of color #AAAC6E: hue angle of 61.94º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AAAC6E is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB170172110-
CMYK0.0100.360.33
HSL61.94º27.19%55.29%-
HSV(B)61.94º36.05%67.45%-
XYZ34.1439.1820.51-
YUV164.3397.34132.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.61%
GREEN value IS 172 (67.58% from 255) = 38.05%
BLUE value IS 110 (43.36% from 255) = 24.34%
R=37.61%
G=38.05%
B=24.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701721100.0100.360.3361.9427.1955.29
HexAAAC6E1024213e1b37
Octal252254156104441763367
Binary101010101010110011011101010010010000111111011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAC6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAC6E; }

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

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

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

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

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

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

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

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