#AAB46E

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

Shades of Green Smoke #AAB46E

Tints of Green Smoke #AAB46E

Color information

#AAB46E (or 0xAAB46E) is unknown color: approx Green Smoke. HEX triplet: AA, B4 and 6E. RGB value is (170,180,110). Sum of RGB (Red+Green+Blue) = 170+180+110=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 180 (70.70% from 255 or 39.13% from 460); Blue value is 110 (43.36% from 255 or 23.91% from 460); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB46E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB46E is #554B91. Grayscale: #A9A9A9. Windows color (decimal): -5589906 or 7255210. OLE color: 7255210.

HSL color Cylindrical-coordinate representation of color #AAB46E: hue angle of 68.57º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AAB46E is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB170180110-
CMYK0.0600.390.29
HSL68.57º31.82%56.86%-
HSV(B)68.57º38.89%70.59%-
XYZ35.7142.3121.04-
YUV169.0394.69128.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.96%
GREEN value IS 180 (70.70% from 255) = 39.13%
BLUE value IS 110 (43.36% from 255) = 23.91%
R=36.96%
G=39.13%
B=23.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701801100.0600.390.2968.5731.8256.86
HexAAB46E60271D452039
Octal2522641566047351054071
Binary101010101011010011011101100100111111011000101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB46E; }

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

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

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

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

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

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

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

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