#AAB56A

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

Shades of Green Smoke #AAB56A

Tints of Green Smoke #AAB56A

Color information

#AAB56A (or 0xAAB56A) is unknown color: approx Green Smoke. HEX triplet: AA, B5 and 6A. RGB value is (170,181,106). Sum of RGB (Red+Green+Blue) = 170+181+106=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 181 (71.09% from 255 or 39.61% from 457); Blue value is 106 (41.80% from 255 or 23.19% from 457); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB56A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB56A is #554A95. Grayscale: #A9A9A9. Windows color (decimal): -5589654 or 6993322. OLE color: 6993322.

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

Color convert

RGB170181106-
CMYK0.0600.410.29
HSL68.8º33.63%56.27%-
HSV(B)68.8º41.44%70.98%-
XYZ35.742.6319.98-
YUV169.1692.36128.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.20%
GREEN value IS 181 (71.09% from 255) = 39.61%
BLUE value IS 106 (41.80% from 255) = 23.19%
R=37.20%
G=39.61%
B=23.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701811060.0600.410.2968.833.6356.27
HexAAB56A60291D452238
Octal2522651526051351054270
Binary101010101011010111010101100101001111011000101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB56A; }

 p { color: rgb(170,181,106); }

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

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

 a { background-color: rgb(170,181,106); }

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

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

 span { border-color: rgb(170,181,106); }

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