#AAB86B

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

Shades of Green Smoke #AAB86B

Tints of Green Smoke #AAB86B

Color information

#AAB86B (or 0xAAB86B) is unknown color: approx Green Smoke. HEX triplet: AA, B8 and 6B. RGB value is (170,184,107). Sum of RGB (Red+Green+Blue) = 170+184+107=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 184 (72.27% from 255 or 39.91% from 461); Blue value is 107 (42.19% from 255 or 23.21% from 461); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB86B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB86B is #554794. Grayscale: #ABABAB. Windows color (decimal): -5588885 or 7059626. OLE color: 7059626.

HSL color Cylindrical-coordinate representation of color #AAB86B: hue angle of 70.91º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AAB86B is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB170184107-
CMYK0.0800.420.28
HSL70.91º35.16%57.06%-
HSV(B)70.91º41.85%72.16%-
XYZ36.3743.8920.46-
YUV171.0491.86127.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.88%
GREEN value IS 184 (72.27% from 255) = 39.91%
BLUE value IS 107 (42.19% from 255) = 23.21%
R=36.88%
G=39.91%
B=23.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1701841070.0800.420.2870.9135.1657.06
HexAAB86B802A1C472339
Octal25227015310052341074371
Binary1010101010111000110101110000101010111001000111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB86B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB86B; }

 p { color: rgb(170,184,107); }

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

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

 a { background-color: rgb(170,184,107); }

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

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

 span { border-color: rgb(170,184,107); }

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