#AAB96B

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

Shades of Green Smoke #AAB96B

Tints of Green Smoke #AAB96B

Color information

#AAB96B (or 0xAAB96B) is unknown color: approx Green Smoke. HEX triplet: AA, B9 and 6B. RGB value is (170,185,107). Sum of RGB (Red+Green+Blue) = 170+185+107=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 185 (72.66% from 255 or 40.04% from 462); Blue value is 107 (42.19% from 255 or 23.16% from 462); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB96B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB96B is #554694. Grayscale: #ABABAB. Windows color (decimal): -5588629 or 7059882. OLE color: 7059882.

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

Color convert

RGB170185107-
CMYK0.0800.420.27
HSL71.54º35.78%57.25%-
HSV(B)71.54º42.16%72.55%-
XYZ36.5844.3120.53-
YUV171.6291.53126.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.80%
GREEN value IS 185 (72.66% from 255) = 40.04%
BLUE value IS 107 (42.19% from 255) = 23.16%
R=36.80%
G=40.04%
B=23.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701851070.0800.420.2771.5435.7857.25
HexAAB96B802A1B482439
Octal25227115310052331104471
Binary1010101010111001110101110000101010110111001000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB96B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB96B; }

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

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

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

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

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

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

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

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