#AAB16D

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

Shades of Green Smoke #AAB16D

Tints of Green Smoke #AAB16D

Color information

#AAB16D (or 0xAAB16D) is unknown color: approx Green Smoke. HEX triplet: AA, B1 and 6D. RGB value is (170,177,109). Sum of RGB (Red+Green+Blue) = 170+177+109=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 177 (69.53% from 255 or 38.82% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB16D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB16D is #554E92. Grayscale: #A7A7A7. Windows color (decimal): -5590675 or 7188906. OLE color: 7188906.

HSL color Cylindrical-coordinate representation of color #AAB16D: hue angle of 66.18º 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 #AAB16D is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB170177109-
CMYK0.0400.380.31
HSL66.18º30.36%56.08%-
HSV(B)66.18º38.42%69.41%-
XYZ35.0641.0920.55-
YUV167.1595.18130.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.28%
GREEN value IS 177 (69.53% from 255) = 38.82%
BLUE value IS 109 (42.97% from 255) = 23.90%
R=37.28%
G=38.82%
B=23.90%

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
Decimal1701771090.0400.380.3166.1830.3656.08
HexAAB16D40261F421e38
Octal2522611554046371023670
Binary10101010101100011101101100010011011111100001011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB16D; }

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

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

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

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

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

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

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

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