#AAB06D

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

Shades of Green Smoke #AAB06D

Tints of Green Smoke #AAB06D

Color information

#AAB06D (or 0xAAB06D) is unknown color: approx Green Smoke. HEX triplet: AA, B0 and 6D. RGB value is (170,176,109). Sum of RGB (Red+Green+Blue) = 170+176+109=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 176 (69.14% from 255 or 38.68% from 455); Blue value is 109 (42.97% from 255 or 23.96% from 455); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB06D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB06D is #554F92. Grayscale: #A6A6A6. Windows color (decimal): -5590931 or 7188650. OLE color: 7188650.

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

Color convert

RGB170176109-
CMYK0.0300.380.31
HSL65.37º29.78%55.88%-
HSV(B)65.37º38.07%69.02%-
XYZ34.8640.720.49-
YUV166.5795.51130.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.36%
GREEN value IS 176 (69.14% from 255) = 38.68%
BLUE value IS 109 (42.97% from 255) = 23.96%
R=37.36%
G=38.68%
B=23.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701761090.0300.380.3165.3729.7855.88
HexAAB06D30261F411e38
Octal2522601553046371013670
Binary1010101010110000110110111010011011111100000111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB06D; }

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

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

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

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

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

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

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

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