#AAB16E

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

Shades of Green Smoke #AAB16E

Tints of Green Smoke #AAB16E

Color information

#AAB16E (or 0xAAB16E) is unknown color: approx Green Smoke. HEX triplet: AA, B1 and 6E. RGB value is (170,177,110). Sum of RGB (Red+Green+Blue) = 170+177+110=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 177 (69.53% from 255 or 38.73% from 457); Blue value is 110 (43.36% from 255 or 24.07% from 457); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB16E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB16E is #554E91. Grayscale: #A7A7A7. Windows color (decimal): -5590674 or 7254442. OLE color: 7254442.

HSL color Cylindrical-coordinate representation of color #AAB16E: hue angle of 66.27º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AAB16E is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB170177110-
CMYK0.0400.380.31
HSL66.27º30.04%56.27%-
HSV(B)66.27º37.85%69.41%-
XYZ35.1141.1220.84-
YUV167.2795.68129.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.20%
GREEN value IS 177 (69.53% from 255) = 38.73%
BLUE value IS 110 (43.36% from 255) = 24.07%
R=37.20%
G=38.73%
B=24.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701771100.0400.380.3166.2730.0456.27
HexAAB16E40261F421e38
Octal2522611564046371023670
Binary10101010101100011101110100010011011111100001011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB16E; }

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

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

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

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

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

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

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

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